Shades of Conifer #C0E053
Tints of Conifer #C0E053
RGB
CMYK
RGB Variations
Color information
#C0E053 (or 0xC0E053) is known color: Conifer. HEX triplet: C0, E0 and 53. RGB value is (192,224,83). Sum of RGB (Red+Green+Blue) = 192+224+83=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E053 is #3F1FAC. Grayscale: #C6C6C6. Windows color (decimal): -4136877 or 5497024. OLE color: 5497024.
HSL color Cylindrical-coordinate representation of color #C0E053: hue angle of 73.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0E053 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 83 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.12 |
| HSL | 73.62º | 0.69% | 0.6% | - |
| HSV(B) | 73.62º | 0.63% | 0.88% | - |
| XYZ | 49.96 | 65.14 | 18.12 | - |
| YUV | 198.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 83 | 0.14 | 0 | 0.63 | 0.12 | 73.62 | 0.69 | 0.6 |
| Hex | C0 | E0 | 53 | E | 0 | 3F | C | 4A | 45 | 3C |
| Octal | 300 | 340 | 123 | 16 | 0 | 77 | 14 | 112 | 105 | 74 |
| Binary | 11000000 | 11100000 | 1010011 | 1110 | 0 | 111111 | 1100 | 1001010 | 1000101 | 111100 |
Color Harmonies of #C0E053
Complementary color
Monochromatic Colors of #C0E053
Black with #C0E053
Text Example
Text Example
White with #C0E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E053; }
p { color: rgb(192,224,83); }
H1.HeaderClassName
{
color: #C0E053;
}
.AnyTagClassName
{
color: #C0E053;
}
</style>
background-color css
<style>
a { background-color: #C0E053; }
a { background-color: rgb(192,224,83); }
div.DivClassName
{
background-color: #C0E053;
}
.BgClassName
{
background-color: #C0E053;
}
</style>
border-color css
<style>
span { border-color: #C0E053; }
span { border-color: rgb(192,224,83); }
td.TdClassName
{
border-color: #C0E053;
}
.TagClassName
{
border-color: #C0E053;
}
</style>