Shades of Conifer #98D959
Tints of Conifer #98D959
RGB
CMYK
RGB Variations
Color information
#98D959 (or 0x98D959) is known color: Conifer. HEX triplet: 98, D9 and 59. RGB value is (152,217,89). Sum of RGB (Red+Green+Blue) = 152+217+89=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #98D959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D959 is #6726A6. Grayscale: #B7B7B7. Windows color (decimal): -6760103 or 5888408. OLE color: 5888408.
HSL color Cylindrical-coordinate representation of color #98D959: hue angle of 90.47º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98D959 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 89 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.15 |
| HSL | 90.47º | 0.63% | 0.6% | - |
| HSV(B) | 90.47º | 0.59% | 0.85% | - |
| XYZ | 39.56 | 57.02 | 18.37 | - |
| YUV | 182.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 89 | 0.30 | 0 | 0.59 | 0.15 | 90.47 | 0.63 | 0.6 |
| Hex | 98 | D9 | 59 | 1E | 0 | 3B | F | 5A | 3F | 3C |
| Octal | 230 | 331 | 131 | 36 | 0 | 73 | 17 | 132 | 77 | 74 |
| Binary | 10011000 | 11011001 | 1011001 | 11110 | 0 | 111011 | 1111 | 1011010 | 111111 | 111100 |
Color Harmonies of #98D959
Complementary color
Monochromatic Colors of #98D959
Black with #98D959
Text Example
Text Example
White with #98D959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D959; }
p { color: rgb(152,217,89); }
H1.HeaderClassName
{
color: #98D959;
}
.AnyTagClassName
{
color: #98D959;
}
</style>
background-color css
<style>
a { background-color: #98D959; }
a { background-color: rgb(152,217,89); }
div.DivClassName
{
background-color: #98D959;
}
.BgClassName
{
background-color: #98D959;
}
</style>
border-color css
<style>
span { border-color: #98D959; }
span { border-color: rgb(152,217,89); }
td.TdClassName
{
border-color: #98D959;
}
.TagClassName
{
border-color: #98D959;
}
</style>