Shades of Conifer #C0EA65
Tints of Conifer #C0EA65
RGB
CMYK
RGB Variations
Color information
#C0EA65 (or 0xC0EA65) is known color: Conifer. HEX triplet: C0, EA and 65. RGB value is (192,234,101). Sum of RGB (Red+Green+Blue) = 192+234+101=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EA65 is #3F159A. Grayscale: #CECECE. Windows color (decimal): -4134299 or 6679232. OLE color: 6679232.
HSL color Cylindrical-coordinate representation of color #C0EA65: hue angle of 78.95º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0EA65 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 234 | 101 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.08 |
| HSL | 78.95º | 0.76% | 0.66% | - |
| HSV(B) | 78.95º | 0.57% | 0.92% | - |
| XYZ | 53.51 | 70.99 | 23.19 | - |
| YUV | 206.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 234 | 101 | 0.18 | 0 | 0.57 | 0.08 | 78.95 | 0.76 | 0.66 |
| Hex | C0 | EA | 65 | 12 | 0 | 39 | 8 | 4F | 4C | 42 |
| Octal | 300 | 352 | 145 | 22 | 0 | 71 | 10 | 117 | 114 | 102 |
| Binary | 11000000 | 11101010 | 1100101 | 10010 | 0 | 111001 | 1000 | 1001111 | 1001100 | 1000010 |
Color Harmonies of #C0EA65
Complementary color
Monochromatic Colors of #C0EA65
Black with #C0EA65
Text Example
Text Example
White with #C0EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EA65; }
p { color: rgb(192,234,101); }
H1.HeaderClassName
{
color: #C0EA65;
}
.AnyTagClassName
{
color: #C0EA65;
}
</style>
background-color css
<style>
a { background-color: #C0EA65; }
a { background-color: rgb(192,234,101); }
div.DivClassName
{
background-color: #C0EA65;
}
.BgClassName
{
background-color: #C0EA65;
}
</style>
border-color css
<style>
span { border-color: #C0EA65; }
span { border-color: rgb(192,234,101); }
td.TdClassName
{
border-color: #C0EA65;
}
.TagClassName
{
border-color: #C0EA65;
}
</style>