Shades of Conifer #C0E248
Tints of Conifer #C0E248
RGB
CMYK
RGB Variations
Color information
#C0E248 (or 0xC0E248) is known color: Conifer. HEX triplet: C0, E2 and 48. RGB value is (192,226,72). Sum of RGB (Red+Green+Blue) = 192+226+72=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E248 is #3F1DB7. Grayscale: #C6C6C6. Windows color (decimal): -4136376 or 4776640. OLE color: 4776640.
HSL color Cylindrical-coordinate representation of color #C0E248: hue angle of 73.25º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E248 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 72 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.11 |
| HSL | 73.25º | 0.73% | 0.58% | - |
| HSV(B) | 73.25º | 0.68% | 0.89% | - |
| XYZ | 50.1 | 66.07 | 16.24 | - |
| YUV | 198.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 72 | 0.15 | 0 | 0.68 | 0.11 | 73.25 | 0.73 | 0.58 |
| Hex | C0 | E2 | 48 | F | 0 | 44 | B | 49 | 49 | 3A |
| Octal | 300 | 342 | 110 | 17 | 0 | 104 | 13 | 111 | 111 | 72 |
| Binary | 11000000 | 11100010 | 1001000 | 1111 | 0 | 1000100 | 1011 | 1001001 | 1001001 | 111010 |
Color Harmonies of #C0E248
Complementary color
Monochromatic Colors of #C0E248
Black with #C0E248
Text Example
Text Example
White with #C0E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E248; }
p { color: rgb(192,226,72); }
H1.HeaderClassName
{
color: #C0E248;
}
.AnyTagClassName
{
color: #C0E248;
}
</style>
background-color css
<style>
a { background-color: #C0E248; }
a { background-color: rgb(192,226,72); }
div.DivClassName
{
background-color: #C0E248;
}
.BgClassName
{
background-color: #C0E248;
}
</style>
border-color css
<style>
span { border-color: #C0E248; }
span { border-color: rgb(192,226,72); }
td.TdClassName
{
border-color: #C0E248;
}
.TagClassName
{
border-color: #C0E248;
}
</style>