#C4F85D

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

Shades of Conifer #C4F85D

Tints of Conifer #C4F85D

Color information

#C4F85D (or 0xC4F85D) is unknown color: approx Conifer. HEX triplet: C4, F8 and 5D. RGB value is (196,248,93). Sum of RGB (Red+Green+Blue) = 196+248+93=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F85D is #3B07A2. Grayscale: #D7D7D7. Windows color (decimal): -3868579 or 6158532. OLE color: 6158532.

HSL color Cylindrical-coordinate representation of color #C4F85D: hue angle of 80.13º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4F85D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB19624893-
CMYK0.2100.620.03
HSL80.13º91.72%66.86%-
HSV(B)80.13º62.5%97.25%-
XYZ58.3179.6622.66-
YUV214.7859.27114.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.50%
GREEN value IS 248 (97.27% from 255) = 46.18%
BLUE value IS 93 (36.72% from 255) = 17.32%
R=36.50%
G=46.18%
B=17.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal196248930.2100.620.0380.1391.7266.86
HexC4F85D1503E3505c43
Octal304370135250763120134103
Binary1100010011111000101110110101011111011101000010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F85D; }

 p { color: rgb(196,248,93); }

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

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

 a { background-color: rgb(196,248,93); }

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

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

 span { border-color: rgb(196,248,93); }

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