Shades of Mantis #98D35E
Tints of Mantis #98D35E
RGB
CMYK
RGB Variations
Color information
#98D35E (or 0x98D35E) is known color: Mantis. HEX triplet: 98, D3 and 5E. RGB value is (152,211,94). Sum of RGB (Red+Green+Blue) = 152+211+94=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #98D35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D35E is #672CA1. Grayscale: #B4B4B4. Windows color (decimal): -6761634 or 6214552. OLE color: 6214552.
HSL color Cylindrical-coordinate representation of color #98D35E: hue angle of 90.26º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98D35E is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 94 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.17 |
| HSL | 90.26º | 0.57% | 0.6% | - |
| HSV(B) | 90.26º | 0.55% | 0.83% | - |
| XYZ | 38.26 | 54.07 | 19.01 | - |
| YUV | 180.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 94 | 0.28 | 0 | 0.55 | 0.17 | 90.26 | 0.57 | 0.6 |
| Hex | 98 | D3 | 5E | 1C | 0 | 37 | 11 | 5A | 39 | 3C |
| Octal | 230 | 323 | 136 | 34 | 0 | 67 | 21 | 132 | 71 | 74 |
| Binary | 10011000 | 11010011 | 1011110 | 11100 | 0 | 110111 | 10001 | 1011010 | 111001 | 111100 |
Color Harmonies of #98D35E
Complementary color
Monochromatic Colors of #98D35E
Black with #98D35E
Text Example
Text Example
White with #98D35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D35E; }
p { color: rgb(152,211,94); }
H1.HeaderClassName
{
color: #98D35E;
}
.AnyTagClassName
{
color: #98D35E;
}
</style>
background-color css
<style>
a { background-color: #98D35E; }
a { background-color: rgb(152,211,94); }
div.DivClassName
{
background-color: #98D35E;
}
.BgClassName
{
background-color: #98D35E;
}
</style>
border-color css
<style>
span { border-color: #98D35E; }
span { border-color: rgb(152,211,94); }
td.TdClassName
{
border-color: #98D35E;
}
.TagClassName
{
border-color: #98D35E;
}
</style>