Shades of Conifer #C0E15B
Tints of Conifer #C0E15B
RGB
CMYK
RGB Variations
Color information
#C0E15B (or 0xC0E15B) is known color: Conifer. HEX triplet: C0, E1 and 5B. RGB value is (192,225,91). Sum of RGB (Red+Green+Blue) = 192+225+91=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E15B is #3F1EA4. Grayscale: #C8C8C8. Windows color (decimal): -4136613 or 6021568. OLE color: 6021568.
HSL color Cylindrical-coordinate representation of color #C0E15B: hue angle of 74.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0E15B is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 91 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.12 |
| HSL | 74.78º | 0.69% | 0.62% | - |
| HSV(B) | 74.78º | 0.6% | 0.88% | - |
| XYZ | 50.55 | 65.81 | 19.94 | - |
| YUV | 199.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 91 | 0.15 | 0 | 0.60 | 0.12 | 74.78 | 0.69 | 0.62 |
| Hex | C0 | E1 | 5B | F | 0 | 3C | C | 4B | 45 | 3E |
| Octal | 300 | 341 | 133 | 17 | 0 | 74 | 14 | 113 | 105 | 76 |
| Binary | 11000000 | 11100001 | 1011011 | 1111 | 0 | 111100 | 1100 | 1001011 | 1000101 | 111110 |
Color Harmonies of #C0E15B
Complementary color
Monochromatic Colors of #C0E15B
Black with #C0E15B
Text Example
Text Example
White with #C0E15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E15B; }
p { color: rgb(192,225,91); }
H1.HeaderClassName
{
color: #C0E15B;
}
.AnyTagClassName
{
color: #C0E15B;
}
</style>
background-color css
<style>
a { background-color: #C0E15B; }
a { background-color: rgb(192,225,91); }
div.DivClassName
{
background-color: #C0E15B;
}
.BgClassName
{
background-color: #C0E15B;
}
</style>
border-color css
<style>
span { border-color: #C0E15B; }
span { border-color: rgb(192,225,91); }
td.TdClassName
{
border-color: #C0E15B;
}
.TagClassName
{
border-color: #C0E15B;
}
</style>