Shades of Conifer #C2F04E
Tints of Conifer #C2F04E
RGB
CMYK
RGB Variations
Color information
#C2F04E (or 0xC2F04E) is known color: Conifer. HEX triplet: C2, F0 and 4E. RGB value is (194,240,78). Sum of RGB (Red+Green+Blue) = 194+240+78=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F04E is #3D0FB1. Grayscale: #D0D0D0. Windows color (decimal): -4001714 or 5173442. OLE color: 5173442.
HSL color Cylindrical-coordinate representation of color #C2F04E: hue angle of 77.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2F04E is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
RGB | 194 | 240 | 78 | - |
CMYK | 0.19 | 0 | 0.68 | 0.06 |
HSL | 77.04º | 0.84% | 0.62% | - |
HSV(B) | 77.04º | 0.68% | 0.94% | - |
XYZ | 54.78 | 74.34 | 18.67 | - |
YUV | 207.78 | 54.76 | 118.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 240 | 78 | 0.19 | 0 | 0.68 | 0.06 | 77.04 | 0.84 | 0.62 |
Hex | C2 | F0 | 4E | 13 | 0 | 44 | 6 | 4D | 54 | 3E |
Octal | 302 | 360 | 116 | 23 | 0 | 104 | 6 | 115 | 124 | 76 |
Binary | 11000010 | 11110000 | 1001110 | 10011 | 0 | 1000100 | 110 | 1001101 | 1010100 | 111110 |
Color Harmonies of #C2F04E
Complementary color
Monochromatic Colors of #C2F04E
Black with #C2F04E
Text Example
Text Example
White with #C2F04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F04E; }
p { color: rgb(194,240,78); }
H1.HeaderClassName
{
color: #C2F04E;
}
.AnyTagClassName
{
color: #C2F04E;
}
</style>
background-color css
<style>
a { background-color: #C2F04E; }
a { background-color: rgb(194,240,78); }
div.DivClassName
{
background-color: #C2F04E;
}
.BgClassName
{
background-color: #C2F04E;
}
</style>
border-color css
<style>
span { border-color: #C2F04E; }
span { border-color: rgb(194,240,78); }
td.TdClassName
{
border-color: #C2F04E;
}
.TagClassName
{
border-color: #C2F04E;
}
</style>