Shades of Conifer #C0E450
Tints of Conifer #C0E450
RGB
CMYK
RGB Variations
Color information
#C0E450 (or 0xC0E450) is known color: Conifer. HEX triplet: C0, E4 and 50. RGB value is (192,228,80). Sum of RGB (Red+Green+Blue) = 192+228+80=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E450 is #3F1BAF. Grayscale: #C8C8C8. Windows color (decimal): -4135856 or 5301440. OLE color: 5301440.
HSL color Cylindrical-coordinate representation of color #C0E450: hue angle of 74.59º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0E450 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 80 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.11 |
| HSL | 74.59º | 0.73% | 0.6% | - |
| HSV(B) | 74.59º | 0.65% | 0.89% | - |
| XYZ | 50.93 | 67.27 | 17.89 | - |
| YUV | 200.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 80 | 0.16 | 0 | 0.65 | 0.11 | 74.59 | 0.73 | 0.6 |
| Hex | C0 | E4 | 50 | 10 | 0 | 41 | B | 4B | 49 | 3C |
| Octal | 300 | 344 | 120 | 20 | 0 | 101 | 13 | 113 | 111 | 74 |
| Binary | 11000000 | 11100100 | 1010000 | 10000 | 0 | 1000001 | 1011 | 1001011 | 1001001 | 111100 |
Color Harmonies of #C0E450
Complementary color
Monochromatic Colors of #C0E450
Black with #C0E450
Text Example
Text Example
White with #C0E450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E450; }
p { color: rgb(192,228,80); }
H1.HeaderClassName
{
color: #C0E450;
}
.AnyTagClassName
{
color: #C0E450;
}
</style>
background-color css
<style>
a { background-color: #C0E450; }
a { background-color: rgb(192,228,80); }
div.DivClassName
{
background-color: #C0E450;
}
.BgClassName
{
background-color: #C0E450;
}
</style>
border-color css
<style>
span { border-color: #C0E450; }
span { border-color: rgb(192,228,80); }
td.TdClassName
{
border-color: #C0E450;
}
.TagClassName
{
border-color: #C0E450;
}
</style>