Shades of Conifer #98DB62
Tints of Conifer #98DB62
RGB
CMYK
RGB Variations
Color information
#98DB62 (or 0x98DB62) is known color: Conifer. HEX triplet: 98, DB and 62. RGB value is (152,219,98). Sum of RGB (Red+Green+Blue) = 152+219+98=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB62 is #67249D. Grayscale: #B9B9B9. Windows color (decimal): -6759582 or 6478744. OLE color: 6478744.
HSL color Cylindrical-coordinate representation of color #98DB62: hue angle of 93.22º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98DB62 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 98 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.14 |
| HSL | 93.22º | 0.63% | 0.62% | - |
| HSV(B) | 93.22º | 0.55% | 0.86% | - |
| XYZ | 40.49 | 58.22 | 20.66 | - |
| YUV | 185.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 98 | 0.31 | 0 | 0.55 | 0.14 | 93.22 | 0.63 | 0.62 |
| Hex | 98 | DB | 62 | 1F | 0 | 37 | E | 5D | 3F | 3E |
| Octal | 230 | 333 | 142 | 37 | 0 | 67 | 16 | 135 | 77 | 76 |
| Binary | 10011000 | 11011011 | 1100010 | 11111 | 0 | 110111 | 1110 | 1011101 | 111111 | 111110 |
Color Harmonies of #98DB62
Complementary color
Monochromatic Colors of #98DB62
Black with #98DB62
Text Example
Text Example
White with #98DB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB62; }
p { color: rgb(152,219,98); }
H1.HeaderClassName
{
color: #98DB62;
}
.AnyTagClassName
{
color: #98DB62;
}
</style>
background-color css
<style>
a { background-color: #98DB62; }
a { background-color: rgb(152,219,98); }
div.DivClassName
{
background-color: #98DB62;
}
.BgClassName
{
background-color: #98DB62;
}
</style>
border-color css
<style>
span { border-color: #98DB62; }
span { border-color: rgb(152,219,98); }
td.TdClassName
{
border-color: #98DB62;
}
.TagClassName
{
border-color: #98DB62;
}
</style>