Shades of Conifer #98DD59
Tints of Conifer #98DD59
RGB
CMYK
RGB Variations
Color information
#98DD59 (or 0x98DD59) is known color: Conifer. HEX triplet: 98, DD and 59. RGB value is (152,221,89). Sum of RGB (Red+Green+Blue) = 152+221+89=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DD59 is #6722A6. Grayscale: #B9B9B9. Windows color (decimal): -6759079 or 5889432. OLE color: 5889432.
HSL color Cylindrical-coordinate representation of color #98DD59: hue angle of 91.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98DD59 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 89 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.13 |
| HSL | 91.36º | 0.66% | 0.61% | - |
| HSV(B) | 91.36º | 0.6% | 0.87% | - |
| XYZ | 40.61 | 59.11 | 18.72 | - |
| YUV | 185.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 89 | 0.31 | 0 | 0.60 | 0.13 | 91.36 | 0.66 | 0.61 |
| Hex | 98 | DD | 59 | 1F | 0 | 3C | D | 5B | 42 | 3D |
| Octal | 230 | 335 | 131 | 37 | 0 | 74 | 15 | 133 | 102 | 75 |
| Binary | 10011000 | 11011101 | 1011001 | 11111 | 0 | 111100 | 1101 | 1011011 | 1000010 | 111101 |
Color Harmonies of #98DD59
Complementary color
Monochromatic Colors of #98DD59
Black with #98DD59
Text Example
Text Example
White with #98DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD59; }
p { color: rgb(152,221,89); }
H1.HeaderClassName
{
color: #98DD59;
}
.AnyTagClassName
{
color: #98DD59;
}
</style>
background-color css
<style>
a { background-color: #98DD59; }
a { background-color: rgb(152,221,89); }
div.DivClassName
{
background-color: #98DD59;
}
.BgClassName
{
background-color: #98DD59;
}
</style>
border-color css
<style>
span { border-color: #98DD59; }
span { border-color: rgb(152,221,89); }
td.TdClassName
{
border-color: #98DD59;
}
.TagClassName
{
border-color: #98DD59;
}
</style>