Shades of Conifer #98D359
Tints of Conifer #98D359
RGB
CMYK
RGB Variations
Color information
#98D359 (or 0x98D359) is known color: Conifer. HEX triplet: 98, D3 and 59. RGB value is (152,211,89). Sum of RGB (Red+Green+Blue) = 152+211+89=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #98D359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D359 is #672CA6. Grayscale: #B3B3B3. Windows color (decimal): -6761639 or 5886872. OLE color: 5886872.
HSL color Cylindrical-coordinate representation of color #98D359: hue angle of 89.02º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98D359 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 89 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.17 |
| HSL | 89.02º | 0.58% | 0.59% | - |
| HSV(B) | 89.02º | 0.58% | 0.83% | - |
| XYZ | 38.05 | 53.99 | 17.87 | - |
| YUV | 179.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 89 | 0.28 | 0 | 0.58 | 0.17 | 89.02 | 0.58 | 0.59 |
| Hex | 98 | D3 | 59 | 1C | 0 | 3A | 11 | 59 | 3A | 3B |
| Octal | 230 | 323 | 131 | 34 | 0 | 72 | 21 | 131 | 72 | 73 |
| Binary | 10011000 | 11010011 | 1011001 | 11100 | 0 | 111010 | 10001 | 1011001 | 111010 | 111011 |
Color Harmonies of #98D359
Complementary color
Monochromatic Colors of #98D359
Black with #98D359
Text Example
Text Example
White with #98D359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D359; }
p { color: rgb(152,211,89); }
H1.HeaderClassName
{
color: #98D359;
}
.AnyTagClassName
{
color: #98D359;
}
</style>
background-color css
<style>
a { background-color: #98D359; }
a { background-color: rgb(152,211,89); }
div.DivClassName
{
background-color: #98D359;
}
.BgClassName
{
background-color: #98D359;
}
</style>
border-color css
<style>
span { border-color: #98D359; }
span { border-color: rgb(152,211,89); }
td.TdClassName
{
border-color: #98D359;
}
.TagClassName
{
border-color: #98D359;
}
</style>