Shades of Conifer #98D862
Tints of Conifer #98D862
RGB
CMYK
RGB Variations
Color information
#98D862 (or 0x98D862) is known color: Conifer. HEX triplet: 98, D8 and 62. RGB value is (152,216,98). Sum of RGB (Red+Green+Blue) = 152+216+98=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #98D862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D862 is #67279D. Grayscale: #B7B7B7. Windows color (decimal): -6760350 or 6477976. OLE color: 6477976.
HSL color Cylindrical-coordinate representation of color #98D862: hue angle of 92.54º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98D862 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 98 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.15 |
| HSL | 92.54º | 0.6% | 0.62% | - |
| HSV(B) | 92.54º | 0.55% | 0.85% | - |
| XYZ | 39.71 | 56.67 | 20.4 | - |
| YUV | 183.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 98 | 0.30 | 0 | 0.55 | 0.15 | 92.54 | 0.6 | 0.62 |
| Hex | 98 | D8 | 62 | 1E | 0 | 37 | F | 5D | 3C | 3E |
| Octal | 230 | 330 | 142 | 36 | 0 | 67 | 17 | 135 | 74 | 76 |
| Binary | 10011000 | 11011000 | 1100010 | 11110 | 0 | 110111 | 1111 | 1011101 | 111100 | 111110 |
Color Harmonies of #98D862
Complementary color
Monochromatic Colors of #98D862
Black with #98D862
Text Example
Text Example
White with #98D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D862; }
p { color: rgb(152,216,98); }
H1.HeaderClassName
{
color: #98D862;
}
.AnyTagClassName
{
color: #98D862;
}
</style>
background-color css
<style>
a { background-color: #98D862; }
a { background-color: rgb(152,216,98); }
div.DivClassName
{
background-color: #98D862;
}
.BgClassName
{
background-color: #98D862;
}
</style>
border-color css
<style>
span { border-color: #98D862; }
span { border-color: rgb(152,216,98); }
td.TdClassName
{
border-color: #98D862;
}
.TagClassName
{
border-color: #98D862;
}
</style>