Shades of Conifer #C0E063
Tints of Conifer #C0E063
RGB
CMYK
RGB Variations
Color information
#C0E063 (or 0xC0E063) is known color: Conifer. HEX triplet: C0, E0 and 63. RGB value is (192,224,99). Sum of RGB (Red+Green+Blue) = 192+224+99=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E063 is #3F1F9C. Grayscale: #C8C8C8. Windows color (decimal): -4136861 or 6545600. OLE color: 6545600.
HSL color Cylindrical-coordinate representation of color #C0E063: hue angle of 75.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0E063 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 99 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.12 |
| HSL | 75.36º | 0.67% | 0.63% | - |
| HSV(B) | 75.36º | 0.56% | 0.88% | - |
| XYZ | 50.65 | 65.42 | 21.76 | - |
| YUV | 200.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 99 | 0.14 | 0 | 0.56 | 0.12 | 75.36 | 0.67 | 0.63 |
| Hex | C0 | E0 | 63 | E | 0 | 38 | C | 4B | 43 | 3F |
| Octal | 300 | 340 | 143 | 16 | 0 | 70 | 14 | 113 | 103 | 77 |
| Binary | 11000000 | 11100000 | 1100011 | 1110 | 0 | 111000 | 1100 | 1001011 | 1000011 | 111111 |
Color Harmonies of #C0E063
Complementary color
Monochromatic Colors of #C0E063
Black with #C0E063
Text Example
Text Example
White with #C0E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E063; }
p { color: rgb(192,224,99); }
H1.HeaderClassName
{
color: #C0E063;
}
.AnyTagClassName
{
color: #C0E063;
}
</style>
background-color css
<style>
a { background-color: #C0E063; }
a { background-color: rgb(192,224,99); }
div.DivClassName
{
background-color: #C0E063;
}
.BgClassName
{
background-color: #C0E063;
}
</style>
border-color css
<style>
span { border-color: #C0E063; }
span { border-color: rgb(192,224,99); }
td.TdClassName
{
border-color: #C0E063;
}
.TagClassName
{
border-color: #C0E063;
}
</style>