Shades of Conifer #C0EB4E
Tints of Conifer #C0EB4E
RGB
CMYK
RGB Variations
Color information
#C0EB4E (or 0xC0EB4E) is known color: Conifer. HEX triplet: C0, EB and 4E. RGB value is (192,235,78). Sum of RGB (Red+Green+Blue) = 192+235+78=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0EB4E is #3F14B1. Grayscale: #CCCCCC. Windows color (decimal): -4134066 or 5172160. OLE color: 5172160.
HSL color Cylindrical-coordinate representation of color #C0EB4E: hue angle of 76.43º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0EB4E is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 78 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.08 |
| HSL | 76.43º | 0.8% | 0.61% | - |
| HSV(B) | 76.43º | 0.67% | 0.92% | - |
| XYZ | 52.82 | 71.17 | 18.16 | - |
| YUV | 204.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 78 | 0.18 | 0 | 0.67 | 0.08 | 76.43 | 0.8 | 0.61 |
| Hex | C0 | EB | 4E | 12 | 0 | 43 | 8 | 4C | 50 | 3D |
| Octal | 300 | 353 | 116 | 22 | 0 | 103 | 10 | 114 | 120 | 75 |
| Binary | 11000000 | 11101011 | 1001110 | 10010 | 0 | 1000011 | 1000 | 1001100 | 1010000 | 111101 |
Color Harmonies of #C0EB4E
Complementary color
Monochromatic Colors of #C0EB4E
Black with #C0EB4E
Text Example
Text Example
White with #C0EB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB4E; }
p { color: rgb(192,235,78); }
H1.HeaderClassName
{
color: #C0EB4E;
}
.AnyTagClassName
{
color: #C0EB4E;
}
</style>
background-color css
<style>
a { background-color: #C0EB4E; }
a { background-color: rgb(192,235,78); }
div.DivClassName
{
background-color: #C0EB4E;
}
.BgClassName
{
background-color: #C0EB4E;
}
</style>
border-color css
<style>
span { border-color: #C0EB4E; }
span { border-color: rgb(192,235,78); }
td.TdClassName
{
border-color: #C0EB4E;
}
.TagClassName
{
border-color: #C0EB4E;
}
</style>