Shades of Conifer #C2F64A
Tints of Conifer #C2F64A
RGB
CMYK
RGB Variations
Color information
#C2F64A (or 0xC2F64A) is known color: Conifer. HEX triplet: C2, F6 and 4A. RGB value is (194,246,74). Sum of RGB (Red+Green+Blue) = 194+246+74=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F64A is #3D09B5. Grayscale: #D3D3D3. Windows color (decimal): -4000182 or 4912834. OLE color: 4912834.
HSL color Cylindrical-coordinate representation of color #C2F64A: hue angle of 78.14º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F64A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 74 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.04 |
| HSL | 78.14º | 0.91% | 0.63% | - |
| HSV(B) | 78.14º | 0.7% | 0.96% | - |
| XYZ | 56.44 | 77.88 | 18.54 | - |
| YUV | 210.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 74 | 0.21 | 0 | 0.70 | 0.04 | 78.14 | 0.91 | 0.63 |
| Hex | C2 | F6 | 4A | 15 | 0 | 46 | 4 | 4E | 5B | 3F |
| Octal | 302 | 366 | 112 | 25 | 0 | 106 | 4 | 116 | 133 | 77 |
| Binary | 11000010 | 11110110 | 1001010 | 10101 | 0 | 1000110 | 100 | 1001110 | 1011011 | 111111 |
Color Harmonies of #C2F64A
Complementary color
Monochromatic Colors of #C2F64A
Black with #C2F64A
Text Example
Text Example
White with #C2F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F64A; }
p { color: rgb(194,246,74); }
H1.HeaderClassName
{
color: #C2F64A;
}
.AnyTagClassName
{
color: #C2F64A;
}
</style>
background-color css
<style>
a { background-color: #C2F64A; }
a { background-color: rgb(194,246,74); }
div.DivClassName
{
background-color: #C2F64A;
}
.BgClassName
{
background-color: #C2F64A;
}
</style>
border-color css
<style>
span { border-color: #C2F64A; }
span { border-color: rgb(194,246,74); }
td.TdClassName
{
border-color: #C2F64A;
}
.TagClassName
{
border-color: #C2F64A;
}
</style>