Shades of Inch Worm #98E002
Tints of Inch Worm #98E002
RGB
CMYK
RGB Variations
Color information
#98E002 (or 0x98E002) is known color: Inch Worm. HEX triplet: 98, E0 and 02. RGB value is (152,224,2). Sum of RGB (Red+Green+Blue) = 152+224+2=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #98E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E002 is #671FFD. Grayscale: #B1B1B1. Windows color (decimal): -6758398 or 188568. OLE color: 188568.
HSL color Cylindrical-coordinate representation of color #98E002: hue angle of 79.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98E002 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.12 |
| HSL | 79.46º | 0.98% | 0.44% | - |
| HSV(B) | 79.46º | 0.99% | 0.88% | - |
| XYZ | 39.62 | 59.99 | 9.55 | - |
| YUV | 177.16 | 29.15 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 2 | 0.32 | 0 | 0.99 | 0.12 | 79.46 | 0.98 | 0.44 |
| Hex | 98 | E0 | 2 | 20 | 0 | 63 | C | 4F | 62 | 2C |
| Octal | 230 | 340 | 2 | 40 | 0 | 143 | 14 | 117 | 142 | 54 |
| Binary | 10011000 | 11100000 | 10 | 100000 | 0 | 1100011 | 1100 | 1001111 | 1100010 | 101100 |
Color Harmonies of #98E002
Complementary color
Monochromatic Colors of #98E002
Black with #98E002
Text Example
Text Example
White with #98E002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E002; }
p { color: rgb(152,224,2); }
H1.HeaderClassName
{
color: #98E002;
}
.AnyTagClassName
{
color: #98E002;
}
</style>
background-color css
<style>
a { background-color: #98E002; }
a { background-color: rgb(152,224,2); }
div.DivClassName
{
background-color: #98E002;
}
.BgClassName
{
background-color: #98E002;
}
</style>
border-color css
<style>
span { border-color: #98E002; }
span { border-color: rgb(152,224,2); }
td.TdClassName
{
border-color: #98E002;
}
.TagClassName
{
border-color: #98E002;
}
</style>