Shades of Conifer #C0F259
Tints of Conifer #C0F259
RGB
CMYK
RGB Variations
Color information
#C0F259 (or 0xC0F259) is known color: Conifer. HEX triplet: C0, F2 and 59. RGB value is (192,242,89). Sum of RGB (Red+Green+Blue) = 192+242+89=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F259 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F259 is #3F0DA6. Grayscale: #D2D2D2. Windows color (decimal): -4132263 or 5894848. OLE color: 5894848.
HSL color Cylindrical-coordinate representation of color #C0F259: hue angle of 79.61º 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 #C0F259 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 89 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.05 |
| HSL | 79.61º | 0.85% | 0.65% | - |
| HSV(B) | 79.61º | 0.63% | 0.95% | - |
| XYZ | 55.29 | 75.43 | 21.1 | - |
| YUV | 209.61 | 59.94 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 89 | 0.21 | 0 | 0.63 | 0.05 | 79.61 | 0.85 | 0.65 |
| Hex | C0 | F2 | 59 | 15 | 0 | 3F | 5 | 50 | 55 | 41 |
| Octal | 300 | 362 | 131 | 25 | 0 | 77 | 5 | 120 | 125 | 101 |
| Binary | 11000000 | 11110010 | 1011001 | 10101 | 0 | 111111 | 101 | 1010000 | 1010101 | 1000001 |
Color Harmonies of #C0F259
Complementary color
Monochromatic Colors of #C0F259
Black with #C0F259
Text Example
Text Example
White with #C0F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F259; }
p { color: rgb(192,242,89); }
H1.HeaderClassName
{
color: #C0F259;
}
.AnyTagClassName
{
color: #C0F259;
}
</style>
background-color css
<style>
a { background-color: #C0F259; }
a { background-color: rgb(192,242,89); }
div.DivClassName
{
background-color: #C0F259;
}
.BgClassName
{
background-color: #C0F259;
}
</style>
border-color css
<style>
span { border-color: #C0F259; }
span { border-color: rgb(192,242,89); }
td.TdClassName
{
border-color: #C0F259;
}
.TagClassName
{
border-color: #C0F259;
}
</style>