#C5F64F

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

Shades of Conifer #C5F64F

Tints of Conifer #C5F64F

Color information

#C5F64F (or 0xC5F64F) is unknown color: approx Conifer. HEX triplet: C5, F6 and 4F. RGB value is (197,246,79). Sum of RGB (Red+Green+Blue) = 197+246+79=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F64F is #3A09B0. Grayscale: #D4D4D4. Windows color (decimal): -3803569 or 5240517. OLE color: 5240517.

HSL color Cylindrical-coordinate representation of color #C5F64F: hue angle of 77.6º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5F64F is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB19724679-
CMYK0.2000.680.04
HSL77.6º90.27%63.73%-
HSV(B)77.6º67.89%96.47%-
XYZ57.3978.3519.49-
YUV212.3152.77117.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 246 (96.48% from 255) = 47.13%
BLUE value IS 79 (31.25% from 255) = 15.13%
R=37.74%
G=47.13%
B=15.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197246790.2000.680.0477.690.2763.73
HexC5F64F1404444e5a40
Octal3053661172401044116132100
Binary110001011111011010011111010001000100100100111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F64F; }

 p { color: rgb(197,246,79); }

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

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

 a { background-color: rgb(197,246,79); }

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

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

 span { border-color: rgb(197,246,79); }

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