Shades of Conifer #C2F64E
Tints of Conifer #C2F64E
RGB
CMYK
RGB Variations
Color information
#C2F64E (or 0xC2F64E) is known color: Conifer. HEX triplet: C2, F6 and 4E. RGB value is (194,246,78). Sum of RGB (Red+Green+Blue) = 194+246+78=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F64E is #3D09B1. Grayscale: #D3D3D3. Windows color (decimal): -4000178 or 5174978. OLE color: 5174978.
HSL color Cylindrical-coordinate representation of color #C2F64E: hue angle of 78.57º 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 #C2F64E is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 246 | 78 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.04 |
| HSL | 78.57º | 0.9% | 0.64% | - |
| HSV(B) | 78.57º | 0.68% | 0.96% | - |
| XYZ | 56.58 | 77.93 | 19.27 | - |
| YUV | 211.3 | 52.77 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 246 | 78 | 0.21 | 0 | 0.68 | 0.04 | 78.57 | 0.9 | 0.64 |
| Hex | C2 | F6 | 4E | 15 | 0 | 44 | 4 | 4F | 5A | 40 |
| Octal | 302 | 366 | 116 | 25 | 0 | 104 | 4 | 117 | 132 | 100 |
| Binary | 11000010 | 11110110 | 1001110 | 10101 | 0 | 1000100 | 100 | 1001111 | 1011010 | 1000000 |
Color Harmonies of #C2F64E
Complementary color
Monochromatic Colors of #C2F64E
Black with #C2F64E
Text Example
Text Example
White with #C2F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F64E; }
p { color: rgb(194,246,78); }
H1.HeaderClassName
{
color: #C2F64E;
}
.AnyTagClassName
{
color: #C2F64E;
}
</style>
background-color css
<style>
a { background-color: #C2F64E; }
a { background-color: rgb(194,246,78); }
div.DivClassName
{
background-color: #C2F64E;
}
.BgClassName
{
background-color: #C2F64E;
}
</style>
border-color css
<style>
span { border-color: #C2F64E; }
span { border-color: rgb(194,246,78); }
td.TdClassName
{
border-color: #C2F64E;
}
.TagClassName
{
border-color: #C2F64E;
}
</style>