Shades of Conifer #C0E848
Tints of Conifer #C0E848
RGB
CMYK
RGB Variations
Color information
#C0E848 (or 0xC0E848) is known color: Conifer. HEX triplet: C0, E8 and 48. RGB value is (192,232,72). Sum of RGB (Red+Green+Blue) = 192+232+72=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E848 is #3F17B7. Grayscale: #CACACA. Windows color (decimal): -4134840 or 4778176. OLE color: 4778176.
HSL color Cylindrical-coordinate representation of color #C0E848: hue angle of 75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0E848 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 72 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.09 |
| HSL | 75º | 0.78% | 0.6% | - |
| HSV(B) | 75º | 0.69% | 0.91% | - |
| XYZ | 51.76 | 69.39 | 16.8 | - |
| YUV | 201.8 | 54.75 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 72 | 0.17 | 0 | 0.69 | 0.09 | 75 | 0.78 | 0.6 |
| Hex | C0 | E8 | 48 | 11 | 0 | 45 | 9 | 4B | 4E | 3C |
| Octal | 300 | 350 | 110 | 21 | 0 | 105 | 11 | 113 | 116 | 74 |
| Binary | 11000000 | 11101000 | 1001000 | 10001 | 0 | 1000101 | 1001 | 1001011 | 1001110 | 111100 |
Color Harmonies of #C0E848
Complementary color
Monochromatic Colors of #C0E848
Black with #C0E848
Text Example
Text Example
White with #C0E848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E848; }
p { color: rgb(192,232,72); }
H1.HeaderClassName
{
color: #C0E848;
}
.AnyTagClassName
{
color: #C0E848;
}
</style>
background-color css
<style>
a { background-color: #C0E848; }
a { background-color: rgb(192,232,72); }
div.DivClassName
{
background-color: #C0E848;
}
.BgClassName
{
background-color: #C0E848;
}
</style>
border-color css
<style>
span { border-color: #C0E848; }
span { border-color: rgb(192,232,72); }
td.TdClassName
{
border-color: #C0E848;
}
.TagClassName
{
border-color: #C0E848;
}
</style>