Shades of Conifer #C0E465
Tints of Conifer #C0E465
RGB
CMYK
RGB Variations
Color information
#C0E465 (or 0xC0E465) is known color: Conifer. HEX triplet: C0, E4 and 65. RGB value is (192,228,101). Sum of RGB (Red+Green+Blue) = 192+228+101=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E465 is #3F1B9A. Grayscale: #CBCBCB. Windows color (decimal): -4135835 or 6677696. OLE color: 6677696.
HSL color Cylindrical-coordinate representation of color #C0E465: hue angle of 77.01º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0E465 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 101 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.11 |
| HSL | 77.01º | 0.7% | 0.65% | - |
| HSV(B) | 77.01º | 0.56% | 0.89% | - |
| XYZ | 51.83 | 67.63 | 22.63 | - |
| YUV | 202.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 101 | 0.16 | 0 | 0.56 | 0.11 | 77.01 | 0.7 | 0.65 |
| Hex | C0 | E4 | 65 | 10 | 0 | 38 | B | 4D | 46 | 41 |
| Octal | 300 | 344 | 145 | 20 | 0 | 70 | 13 | 115 | 106 | 101 |
| Binary | 11000000 | 11100100 | 1100101 | 10000 | 0 | 111000 | 1011 | 1001101 | 1000110 | 1000001 |
Color Harmonies of #C0E465
Complementary color
Monochromatic Colors of #C0E465
Black with #C0E465
Text Example
Text Example
White with #C0E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E465; }
p { color: rgb(192,228,101); }
H1.HeaderClassName
{
color: #C0E465;
}
.AnyTagClassName
{
color: #C0E465;
}
</style>
background-color css
<style>
a { background-color: #C0E465; }
a { background-color: rgb(192,228,101); }
div.DivClassName
{
background-color: #C0E465;
}
.BgClassName
{
background-color: #C0E465;
}
</style>
border-color css
<style>
span { border-color: #C0E465; }
span { border-color: rgb(192,228,101); }
td.TdClassName
{
border-color: #C0E465;
}
.TagClassName
{
border-color: #C0E465;
}
</style>