Shades of Conifer #C0EA4A
Tints of Conifer #C0EA4A
RGB
CMYK
RGB Variations
Color information
#C0EA4A (or 0xC0EA4A) is known color: Conifer. HEX triplet: C0, EA and 4A. RGB value is (192,234,74). Sum of RGB (Red+Green+Blue) = 192+234+74=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA4A is #3F15B5. Grayscale: #CBCBCB. Windows color (decimal): -4134326 or 4909760. OLE color: 4909760.
HSL color Cylindrical-coordinate representation of color #C0EA4A: hue angle of 75.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0EA4A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.08 |
| HSL | 75.75º | 0.79% | 0.6% | - |
| HSV(B) | 75.75º | 0.68% | 0.92% | - |
| XYZ | 52.4 | 70.55 | 17.33 | - |
| YUV | 203.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 74 | 0.18 | 0 | 0.68 | 0.08 | 75.75 | 0.79 | 0.6 |
| Hex | C0 | EA | 4A | 12 | 0 | 44 | 8 | 4C | 4F | 3C |
| Octal | 300 | 352 | 112 | 22 | 0 | 104 | 10 | 114 | 117 | 74 |
| Binary | 11000000 | 11101010 | 1001010 | 10010 | 0 | 1000100 | 1000 | 1001100 | 1001111 | 111100 |
Color Harmonies of #C0EA4A
Complementary color
Monochromatic Colors of #C0EA4A
Black with #C0EA4A
Text Example
Text Example
White with #C0EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA4A; }
p { color: rgb(192,234,74); }
H1.HeaderClassName
{
color: #C0EA4A;
}
.AnyTagClassName
{
color: #C0EA4A;
}
</style>
background-color css
<style>
a { background-color: #C0EA4A; }
a { background-color: rgb(192,234,74); }
div.DivClassName
{
background-color: #C0EA4A;
}
.BgClassName
{
background-color: #C0EA4A;
}
</style>
border-color css
<style>
span { border-color: #C0EA4A; }
span { border-color: rgb(192,234,74); }
td.TdClassName
{
border-color: #C0EA4A;
}
.TagClassName
{
border-color: #C0EA4A;
}
</style>