#c5e452

Color #C5E452 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C5E452

Tints of Conifer #C5E452

Color information

#C5E452 (or 0xC5E452) is unknown color: approx Conifer. HEX triplet: C5, E4 and 52. RGB value is (197,228,82). Sum of RGB (Red+Green+Blue) = 197+228+82=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E452 is #3A1BAD. Grayscale: #CACACA. Windows color (decimal): -3808174 or 5432517. OLE color: 5432517.

HSL color Cylindrical-coordinate representation of color #C5E452: hue angle of 72.74º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5E452 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB19722882-
CMYK0.1400.640.11
HSL72.74º73%60.78%-
HSV(B)72.74º64.04%89.41%-
XYZ52.2967.9718.35-
YUV202.0960.23124.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 82 (32.42% from 255) = 16.17%
R=38.86%
G=44.97%
B=16.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197228820.1400.640.1172.747360.78
HexC5E452E040B49493d
Octal3053441221601001311111175
Binary11000101111001001010010111001000000101110010011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5e452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5e452; }

 p { color: rgb(197,228,82); }

 H1.HeaderClassName
 {
   color: #c5e452;
 }
 .AnyTagClassName
 {
   color: #c5e452;
 }
</style>
background-color css

<style>
 a { background-color: #c5e452; }

 a { background-color: rgb(197,228,82); }

 div.DivClassName
 {
   background-color: #c5e452;
 }
 .BgClassName
 {
   background-color: #c5e452;
 }
</style>
border-color css

<style>
 span { border-color: #c5e452; }

 span { border-color: rgb(197,228,82); }

 td.TdClassName
 {
   border-color: #c5e452;
 }
 .TagClassName
 {
   border-color: #c5e452;
 }
</style>