Shades of Conifer #C0E065
Tints of Conifer #C0E065
RGB
CMYK
RGB Variations
Color information
#C0E065 (or 0xC0E065) is known color: Conifer. HEX triplet: C0, E0 and 65. RGB value is (192,224,101). Sum of RGB (Red+Green+Blue) = 192+224+101=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E065 is #3F1F9A. Grayscale: #C8C8C8. Windows color (decimal): -4136859 or 6676672. OLE color: 6676672.
HSL color Cylindrical-coordinate representation of color #C0E065: hue angle of 75.61º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0E065 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 101 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.12 |
| HSL | 75.61º | 0.66% | 0.64% | - |
| HSV(B) | 75.61º | 0.55% | 0.88% | - |
| XYZ | 50.74 | 65.46 | 22.27 | - |
| YUV | 200.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 101 | 0.14 | 0 | 0.55 | 0.12 | 75.61 | 0.66 | 0.64 |
| Hex | C0 | E0 | 65 | E | 0 | 37 | C | 4C | 42 | 40 |
| Octal | 300 | 340 | 145 | 16 | 0 | 67 | 14 | 114 | 102 | 100 |
| Binary | 11000000 | 11100000 | 1100101 | 1110 | 0 | 110111 | 1100 | 1001100 | 1000010 | 1000000 |
Color Harmonies of #C0E065
Complementary color
Monochromatic Colors of #C0E065
Black with #C0E065
Text Example
Text Example
White with #C0E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E065; }
p { color: rgb(192,224,101); }
H1.HeaderClassName
{
color: #C0E065;
}
.AnyTagClassName
{
color: #C0E065;
}
</style>
background-color css
<style>
a { background-color: #C0E065; }
a { background-color: rgb(192,224,101); }
div.DivClassName
{
background-color: #C0E065;
}
.BgClassName
{
background-color: #C0E065;
}
</style>
border-color css
<style>
span { border-color: #C0E065; }
span { border-color: rgb(192,224,101); }
td.TdClassName
{
border-color: #C0E065;
}
.TagClassName
{
border-color: #C0E065;
}
</style>