Shades of Inch Worm #98D211
Tints of Inch Worm #98D211
RGB
CMYK
RGB Variations
Color information
#98D211 (or 0x98D211) is known color: Inch Worm. HEX triplet: 98, D2 and 11. RGB value is (152,210,17). Sum of RGB (Red+Green+Blue) = 152+210+17=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #98D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D211 is #672DEE. Grayscale: #ABABAB. Windows color (decimal): -6761967 or 1168024. OLE color: 1168024.
HSL color Cylindrical-coordinate representation of color #98D211: hue angle of 78.03º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98D211 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.18 |
| HSL | 78.03º | 0.85% | 0.45% | - |
| HSV(B) | 78.03º | 0.92% | 0.82% | - |
| XYZ | 36.1 | 52.81 | 8.82 | - |
| YUV | 170.66 | 41.28 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 17 | 0.28 | 0 | 0.92 | 0.18 | 78.03 | 0.85 | 0.45 |
| Hex | 98 | D2 | 11 | 1C | 0 | 5C | 12 | 4E | 55 | 2D |
| Octal | 230 | 322 | 21 | 34 | 0 | 134 | 22 | 116 | 125 | 55 |
| Binary | 10011000 | 11010010 | 10001 | 11100 | 0 | 1011100 | 10010 | 1001110 | 1010101 | 101101 |
Color Harmonies of #98D211
Complementary color
Monochromatic Colors of #98D211
Black with #98D211
Text Example
Text Example
White with #98D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D211; }
p { color: rgb(152,210,17); }
H1.HeaderClassName
{
color: #98D211;
}
.AnyTagClassName
{
color: #98D211;
}
</style>
background-color css
<style>
a { background-color: #98D211; }
a { background-color: rgb(152,210,17); }
div.DivClassName
{
background-color: #98D211;
}
.BgClassName
{
background-color: #98D211;
}
</style>
border-color css
<style>
span { border-color: #98D211; }
span { border-color: rgb(152,210,17); }
td.TdClassName
{
border-color: #98D211;
}
.TagClassName
{
border-color: #98D211;
}
</style>