Shades of Conifer #98D759
Tints of Conifer #98D759
RGB
CMYK
RGB Variations
Color information
#98D759 (or 0x98D759) is known color: Conifer. HEX triplet: 98, D7 and 59. RGB value is (152,215,89). Sum of RGB (Red+Green+Blue) = 152+215+89=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #98D759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D759 is #6728A6. Grayscale: #B6B6B6. Windows color (decimal): -6760615 or 5887896. OLE color: 5887896.
HSL color Cylindrical-coordinate representation of color #98D759: hue angle of 90º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98D759 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 89 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.16 |
| HSL | 90º | 0.61% | 0.6% | - |
| HSV(B) | 90º | 0.59% | 0.84% | - |
| XYZ | 39.05 | 56 | 18.2 | - |
| YUV | 181.8 | 75.63 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 89 | 0.29 | 0 | 0.59 | 0.16 | 90 | 0.61 | 0.6 |
| Hex | 98 | D7 | 59 | 1D | 0 | 3B | 10 | 5A | 3D | 3C |
| Octal | 230 | 327 | 131 | 35 | 0 | 73 | 20 | 132 | 75 | 74 |
| Binary | 10011000 | 11010111 | 1011001 | 11101 | 0 | 111011 | 10000 | 1011010 | 111101 | 111100 |
Color Harmonies of #98D759
Complementary color
Monochromatic Colors of #98D759
Black with #98D759
Text Example
Text Example
White with #98D759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D759; }
p { color: rgb(152,215,89); }
H1.HeaderClassName
{
color: #98D759;
}
.AnyTagClassName
{
color: #98D759;
}
</style>
background-color css
<style>
a { background-color: #98D759; }
a { background-color: rgb(152,215,89); }
div.DivClassName
{
background-color: #98D759;
}
.BgClassName
{
background-color: #98D759;
}
</style>
border-color css
<style>
span { border-color: #98D759; }
span { border-color: rgb(152,215,89); }
td.TdClassName
{
border-color: #98D759;
}
.TagClassName
{
border-color: #98D759;
}
</style>