Shades of Conifer #C0E45F
Tints of Conifer #C0E45F
RGB
CMYK
RGB Variations
Color information
#C0E45F (or 0xC0E45F) is known color: Conifer. HEX triplet: C0, E4 and 5F. RGB value is (192,228,95). Sum of RGB (Red+Green+Blue) = 192+228+95=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E45F is #3F1BA0. Grayscale: #CACACA. Windows color (decimal): -4135841 or 6284480. OLE color: 6284480.
HSL color Cylindrical-coordinate representation of color #C0E45F: hue angle of 76.24º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E45F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 95 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.11 |
| HSL | 76.24º | 0.71% | 0.63% | - |
| HSV(B) | 76.24º | 0.58% | 0.89% | - |
| XYZ | 51.55 | 67.52 | 21.14 | - |
| YUV | 202.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 95 | 0.16 | 0 | 0.58 | 0.11 | 76.24 | 0.71 | 0.63 |
| Hex | C0 | E4 | 5F | 10 | 0 | 3A | B | 4C | 47 | 3F |
| Octal | 300 | 344 | 137 | 20 | 0 | 72 | 13 | 114 | 107 | 77 |
| Binary | 11000000 | 11100100 | 1011111 | 10000 | 0 | 111010 | 1011 | 1001100 | 1000111 | 111111 |
Color Harmonies of #C0E45F
Complementary color
Monochromatic Colors of #C0E45F
Black with #C0E45F
Text Example
Text Example
White with #C0E45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E45F; }
p { color: rgb(192,228,95); }
H1.HeaderClassName
{
color: #C0E45F;
}
.AnyTagClassName
{
color: #C0E45F;
}
</style>
background-color css
<style>
a { background-color: #C0E45F; }
a { background-color: rgb(192,228,95); }
div.DivClassName
{
background-color: #C0E45F;
}
.BgClassName
{
background-color: #C0E45F;
}
</style>
border-color css
<style>
span { border-color: #C0E45F; }
span { border-color: rgb(192,228,95); }
td.TdClassName
{
border-color: #C0E45F;
}
.TagClassName
{
border-color: #C0E45F;
}
</style>