Shades of Conifer #C0E048
Tints of Conifer #C0E048
RGB
CMYK
RGB Variations
Color information
#C0E048 (or 0xC0E048) is known color: Conifer. HEX triplet: C0, E0 and 48. RGB value is (192,224,72). Sum of RGB (Red+Green+Blue) = 192+224+72=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E048 is #3F1FB7. Grayscale: #C5C5C5. Windows color (decimal): -4136888 or 4776128. OLE color: 4776128.
HSL color Cylindrical-coordinate representation of color #C0E048: hue angle of 72.63º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E048 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 72 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.12 |
| HSL | 72.63º | 0.71% | 0.58% | - |
| HSV(B) | 72.63º | 0.68% | 0.88% | - |
| XYZ | 49.56 | 64.99 | 16.06 | - |
| YUV | 197.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 72 | 0.14 | 0 | 0.68 | 0.12 | 72.63 | 0.71 | 0.58 |
| Hex | C0 | E0 | 48 | E | 0 | 44 | C | 49 | 47 | 3A |
| Octal | 300 | 340 | 110 | 16 | 0 | 104 | 14 | 111 | 107 | 72 |
| Binary | 11000000 | 11100000 | 1001000 | 1110 | 0 | 1000100 | 1100 | 1001001 | 1000111 | 111010 |
Color Harmonies of #C0E048
Complementary color
Monochromatic Colors of #C0E048
Black with #C0E048
Text Example
Text Example
White with #C0E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E048; }
p { color: rgb(192,224,72); }
H1.HeaderClassName
{
color: #C0E048;
}
.AnyTagClassName
{
color: #C0E048;
}
</style>
background-color css
<style>
a { background-color: #C0E048; }
a { background-color: rgb(192,224,72); }
div.DivClassName
{
background-color: #C0E048;
}
.BgClassName
{
background-color: #C0E048;
}
</style>
border-color css
<style>
span { border-color: #C0E048; }
span { border-color: rgb(192,224,72); }
td.TdClassName
{
border-color: #C0E048;
}
.TagClassName
{
border-color: #C0E048;
}
</style>