Shades of Conifer #C0EB46
Tints of Conifer #C0EB46
RGB
CMYK
RGB Variations
Color information
#C0EB46 (or 0xC0EB46) is known color: Conifer. HEX triplet: C0, EB and 46. RGB value is (192,235,70). Sum of RGB (Red+Green+Blue) = 192+235+70=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EB46 is #3F14B9. Grayscale: #CBCBCB. Windows color (decimal): -4134074 or 4647872. OLE color: 4647872.
HSL color Cylindrical-coordinate representation of color #C0EB46: hue angle of 75.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0EB46 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 70 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.08 |
| HSL | 75.64º | 0.8% | 0.6% | - |
| HSV(B) | 75.64º | 0.7% | 0.92% | - |
| XYZ | 52.55 | 71.07 | 16.74 | - |
| YUV | 203.33 | 52.75 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 70 | 0.18 | 0 | 0.70 | 0.08 | 75.64 | 0.8 | 0.6 |
| Hex | C0 | EB | 46 | 12 | 0 | 46 | 8 | 4C | 50 | 3C |
| Octal | 300 | 353 | 106 | 22 | 0 | 106 | 10 | 114 | 120 | 74 |
| Binary | 11000000 | 11101011 | 1000110 | 10010 | 0 | 1000110 | 1000 | 1001100 | 1010000 | 111100 |
Color Harmonies of #C0EB46
Complementary color
Monochromatic Colors of #C0EB46
Black with #C0EB46
Text Example
Text Example
White with #C0EB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EB46; }
p { color: rgb(192,235,70); }
H1.HeaderClassName
{
color: #C0EB46;
}
.AnyTagClassName
{
color: #C0EB46;
}
</style>
background-color css
<style>
a { background-color: #C0EB46; }
a { background-color: rgb(192,235,70); }
div.DivClassName
{
background-color: #C0EB46;
}
.BgClassName
{
background-color: #C0EB46;
}
</style>
border-color css
<style>
span { border-color: #C0EB46; }
span { border-color: rgb(192,235,70); }
td.TdClassName
{
border-color: #C0EB46;
}
.TagClassName
{
border-color: #C0EB46;
}
</style>