Shades of Conifer #98D858
Tints of Conifer #98D858
RGB
CMYK
RGB Variations
Color information
#98D858 (or 0x98D858) is known color: Conifer. HEX triplet: 98, D8 and 58. RGB value is (152,216,88). Sum of RGB (Red+Green+Blue) = 152+216+88=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #98D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D858 is #6727A7. Grayscale: #B6B6B6. Windows color (decimal): -6760360 or 5822616. OLE color: 5822616.
HSL color Cylindrical-coordinate representation of color #98D858: hue angle of 90º degrees, saturation: 0.62, 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 #98D858 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 88 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.15 |
| HSL | 90º | 0.62% | 0.6% | - |
| HSV(B) | 90º | 0.59% | 0.85% | - |
| XYZ | 39.27 | 56.49 | 18.07 | - |
| YUV | 182.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 88 | 0.30 | 0 | 0.59 | 0.15 | 90 | 0.62 | 0.6 |
| Hex | 98 | D8 | 58 | 1E | 0 | 3B | F | 5A | 3E | 3C |
| Octal | 230 | 330 | 130 | 36 | 0 | 73 | 17 | 132 | 76 | 74 |
| Binary | 10011000 | 11011000 | 1011000 | 11110 | 0 | 111011 | 1111 | 1011010 | 111110 | 111100 |
Color Harmonies of #98D858
Complementary color
Monochromatic Colors of #98D858
Black with #98D858
Text Example
Text Example
White with #98D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D858; }
p { color: rgb(152,216,88); }
H1.HeaderClassName
{
color: #98D858;
}
.AnyTagClassName
{
color: #98D858;
}
</style>
background-color css
<style>
a { background-color: #98D858; }
a { background-color: rgb(152,216,88); }
div.DivClassName
{
background-color: #98D858;
}
.BgClassName
{
background-color: #98D858;
}
</style>
border-color css
<style>
span { border-color: #98D858; }
span { border-color: rgb(152,216,88); }
td.TdClassName
{
border-color: #98D858;
}
.TagClassName
{
border-color: #98D858;
}
</style>