Shades of Conifer #C0E456
Tints of Conifer #C0E456
RGB
CMYK
RGB Variations
Color information
#C0E456 (or 0xC0E456) is known color: Conifer. HEX triplet: C0, E4 and 56. RGB value is (192,228,86). Sum of RGB (Red+Green+Blue) = 192+228+86=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E456 is #3F1BA9. Grayscale: #C9C9C9. Windows color (decimal): -4135850 or 5694656. OLE color: 5694656.
HSL color Cylindrical-coordinate representation of color #C0E456: hue angle of 75.21º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0E456 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 86 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.11 |
| HSL | 75.21º | 0.72% | 0.62% | - |
| HSV(B) | 75.21º | 0.62% | 0.89% | - |
| XYZ | 51.16 | 67.37 | 19.11 | - |
| YUV | 201.05 | 63.07 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 86 | 0.16 | 0 | 0.62 | 0.11 | 75.21 | 0.72 | 0.62 |
| Hex | C0 | E4 | 56 | 10 | 0 | 3E | B | 4B | 48 | 3E |
| Octal | 300 | 344 | 126 | 20 | 0 | 76 | 13 | 113 | 110 | 76 |
| Binary | 11000000 | 11100100 | 1010110 | 10000 | 0 | 111110 | 1011 | 1001011 | 1001000 | 111110 |
Color Harmonies of #C0E456
Complementary color
Monochromatic Colors of #C0E456
Black with #C0E456
Text Example
Text Example
White with #C0E456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E456; }
p { color: rgb(192,228,86); }
H1.HeaderClassName
{
color: #C0E456;
}
.AnyTagClassName
{
color: #C0E456;
}
</style>
background-color css
<style>
a { background-color: #C0E456; }
a { background-color: rgb(192,228,86); }
div.DivClassName
{
background-color: #C0E456;
}
.BgClassName
{
background-color: #C0E456;
}
</style>
border-color css
<style>
span { border-color: #C0E456; }
span { border-color: rgb(192,228,86); }
td.TdClassName
{
border-color: #C0E456;
}
.TagClassName
{
border-color: #C0E456;
}
</style>