Shades of Conifer #98D059
Tints of Conifer #98D059
RGB
CMYK
RGB Variations
Color information
#98D059 (or 0x98D059) is known color: Conifer. HEX triplet: 98, D0 and 59. RGB value is (152,208,89). Sum of RGB (Red+Green+Blue) = 152+208+89=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #98D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D059 is #672FA6. Grayscale: #B2B2B2. Windows color (decimal): -6762407 or 5886104. OLE color: 5886104.
HSL color Cylindrical-coordinate representation of color #98D059: hue angle of 88.24º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98D059 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 208 | 89 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.18 |
| HSL | 88.24º | 0.56% | 0.58% | - |
| HSV(B) | 88.24º | 0.57% | 0.82% | - |
| XYZ | 37.31 | 52.51 | 17.62 | - |
| YUV | 177.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 208 | 89 | 0.27 | 0 | 0.57 | 0.18 | 88.24 | 0.56 | 0.58 |
| Hex | 98 | D0 | 59 | 1B | 0 | 39 | 12 | 58 | 38 | 3A |
| Octal | 230 | 320 | 131 | 33 | 0 | 71 | 22 | 130 | 70 | 72 |
| Binary | 10011000 | 11010000 | 1011001 | 11011 | 0 | 111001 | 10010 | 1011000 | 111000 | 111010 |
Color Harmonies of #98D059
Complementary color
Monochromatic Colors of #98D059
Black with #98D059
Text Example
Text Example
White with #98D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D059; }
p { color: rgb(152,208,89); }
H1.HeaderClassName
{
color: #98D059;
}
.AnyTagClassName
{
color: #98D059;
}
</style>
background-color css
<style>
a { background-color: #98D059; }
a { background-color: rgb(152,208,89); }
div.DivClassName
{
background-color: #98D059;
}
.BgClassName
{
background-color: #98D059;
}
</style>
border-color css
<style>
span { border-color: #98D059; }
span { border-color: rgb(152,208,89); }
td.TdClassName
{
border-color: #98D059;
}
.TagClassName
{
border-color: #98D059;
}
</style>