Shades of Conifer #C2E850
Tints of Conifer #C2E850
RGB
CMYK
RGB Variations
Color information
#C2E850 (or 0xC2E850) is known color: Conifer. HEX triplet: C2, E8 and 50. RGB value is (194,232,80). Sum of RGB (Red+Green+Blue) = 194+232+80=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 232 (91.02% from 255 or 45.85% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E850 is #3D17AF. Grayscale: #CBCBCB. Windows color (decimal): -4003760 or 5302466. OLE color: 5302466.
HSL color Cylindrical-coordinate representation of color #C2E850: hue angle of 75º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2E850 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 80 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.09 |
| HSL | 75º | 0.77% | 0.61% | - |
| HSV(B) | 75º | 0.66% | 0.91% | - |
| XYZ | 52.55 | 69.76 | 18.28 | - |
| YUV | 203.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 80 | 0.16 | 0 | 0.66 | 0.09 | 75 | 0.77 | 0.61 |
| Hex | C2 | E8 | 50 | 10 | 0 | 42 | 9 | 4B | 4D | 3D |
| Octal | 302 | 350 | 120 | 20 | 0 | 102 | 11 | 113 | 115 | 75 |
| Binary | 11000010 | 11101000 | 1010000 | 10000 | 0 | 1000010 | 1001 | 1001011 | 1001101 | 111101 |
Color Harmonies of #C2E850
Complementary color
Monochromatic Colors of #C2E850
Black with #C2E850
Text Example
Text Example
White with #C2E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E850; }
p { color: rgb(194,232,80); }
H1.HeaderClassName
{
color: #C2E850;
}
.AnyTagClassName
{
color: #C2E850;
}
</style>
background-color css
<style>
a { background-color: #C2E850; }
a { background-color: rgb(194,232,80); }
div.DivClassName
{
background-color: #C2E850;
}
.BgClassName
{
background-color: #C2E850;
}
</style>
border-color css
<style>
span { border-color: #C2E850; }
span { border-color: rgb(194,232,80); }
td.TdClassName
{
border-color: #C2E850;
}
.TagClassName
{
border-color: #C2E850;
}
</style>