#C4F049

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

Shades of Conifer #C4F049

Tints of Conifer #C4F049

Color information

#C4F049 (or 0xC4F049) is unknown color: approx Conifer. HEX triplet: C4, F0 and 49. RGB value is (196,240,73). Sum of RGB (Red+Green+Blue) = 196+240+73=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F049 is #3B0FB6. Grayscale: #D0D0D0. Windows color (decimal): -3870647 or 4845764. OLE color: 4845764.

HSL color Cylindrical-coordinate representation of color #C4F049: hue angle of 75.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4F049 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB19624073-
CMYK0.1800.700.06
HSL75.81º84.77%61.37%-
HSV(B)75.81º69.58%94.12%-
XYZ55.1374.5417.78-
YUV207.8151.92119.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 73 (28.91% from 255) = 14.34%
R=38.51%
G=47.15%
B=14.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196240730.1800.700.0675.8184.7761.37
HexC4F0491204664c553d
Octal304360111220106611412575
Binary11000100111100001001001100100100011011010011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F049; }

 p { color: rgb(196,240,73); }

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

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

 a { background-color: rgb(196,240,73); }

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

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

 span { border-color: rgb(196,240,73); }

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