Shades of Conifer #C0E965
Tints of Conifer #C0E965
RGB
CMYK
RGB Variations
Color information
#C0E965 (or 0xC0E965) is known color: Conifer. HEX triplet: C0, E9 and 65. RGB value is (192,233,101). Sum of RGB (Red+Green+Blue) = 192+233+101=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E965 is #3F169A. Grayscale: #CECECE. Windows color (decimal): -4134555 or 6678976. OLE color: 6678976.
HSL color Cylindrical-coordinate representation of color #C0E965: hue angle of 78.64º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0E965 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 101 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.09 |
| HSL | 78.64º | 0.75% | 0.65% | - |
| HSV(B) | 78.64º | 0.57% | 0.91% | - |
| XYZ | 53.23 | 70.42 | 23.1 | - |
| YUV | 205.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 101 | 0.18 | 0 | 0.57 | 0.09 | 78.64 | 0.75 | 0.65 |
| Hex | C0 | E9 | 65 | 12 | 0 | 39 | 9 | 4F | 4B | 41 |
| Octal | 300 | 351 | 145 | 22 | 0 | 71 | 11 | 117 | 113 | 101 |
| Binary | 11000000 | 11101001 | 1100101 | 10010 | 0 | 111001 | 1001 | 1001111 | 1001011 | 1000001 |
Color Harmonies of #C0E965
Complementary color
Monochromatic Colors of #C0E965
Black with #C0E965
Text Example
Text Example
White with #C0E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E965; }
p { color: rgb(192,233,101); }
H1.HeaderClassName
{
color: #C0E965;
}
.AnyTagClassName
{
color: #C0E965;
}
</style>
background-color css
<style>
a { background-color: #C0E965; }
a { background-color: rgb(192,233,101); }
div.DivClassName
{
background-color: #C0E965;
}
.BgClassName
{
background-color: #C0E965;
}
</style>
border-color css
<style>
span { border-color: #C0E965; }
span { border-color: rgb(192,233,101); }
td.TdClassName
{
border-color: #C0E965;
}
.TagClassName
{
border-color: #C0E965;
}
</style>