Shades of Conifer #C0F158
Tints of Conifer #C0F158
RGB
CMYK
RGB Variations
Color information
#C0F158 (or 0xC0F158) is known color: Conifer. HEX triplet: C0, F1 and 58. RGB value is (192,241,88). Sum of RGB (Red+Green+Blue) = 192+241+88=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F158 is #3F0EA7. Grayscale: #D1D1D1. Windows color (decimal): -4132520 or 5829056. OLE color: 5829056.
HSL color Cylindrical-coordinate representation of color #C0F158: hue angle of 79.22º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F158 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 88 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.05 |
| HSL | 79.22º | 0.85% | 0.65% | - |
| HSV(B) | 79.22º | 0.63% | 0.95% | - |
| XYZ | 54.95 | 74.82 | 20.78 | - |
| YUV | 208.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 88 | 0.20 | 0 | 0.63 | 0.05 | 79.22 | 0.85 | 0.65 |
| Hex | C0 | F1 | 58 | 14 | 0 | 3F | 5 | 4F | 55 | 41 |
| Octal | 300 | 361 | 130 | 24 | 0 | 77 | 5 | 117 | 125 | 101 |
| Binary | 11000000 | 11110001 | 1011000 | 10100 | 0 | 111111 | 101 | 1001111 | 1010101 | 1000001 |
Color Harmonies of #C0F158
Complementary color
Monochromatic Colors of #C0F158
Black with #C0F158
Text Example
Text Example
White with #C0F158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F158; }
p { color: rgb(192,241,88); }
H1.HeaderClassName
{
color: #C0F158;
}
.AnyTagClassName
{
color: #C0F158;
}
</style>
background-color css
<style>
a { background-color: #C0F158; }
a { background-color: rgb(192,241,88); }
div.DivClassName
{
background-color: #C0F158;
}
.BgClassName
{
background-color: #C0F158;
}
</style>
border-color css
<style>
span { border-color: #C0F158; }
span { border-color: rgb(192,241,88); }
td.TdClassName
{
border-color: #C0F158;
}
.TagClassName
{
border-color: #C0F158;
}
</style>