Shades of Inch Worm #98D602
Tints of Inch Worm #98D602
RGB
CMYK
RGB Variations
Color information
#98D602 (or 0x98D602) is known color: Inch Worm. HEX triplet: 98, D6 and 02. RGB value is (152,214,2). Sum of RGB (Red+Green+Blue) = 152+214+2=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #98D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D602 is #6729FD. Grayscale: #ACACAC. Windows color (decimal): -6760958 or 186008. OLE color: 186008.
HSL color Cylindrical-coordinate representation of color #98D602: hue angle of 77.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98D602 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.16 |
| HSL | 77.55º | 0.98% | 0.42% | - |
| HSV(B) | 77.55º | 0.99% | 0.84% | - |
| XYZ | 37.01 | 54.77 | 8.68 | - |
| YUV | 171.29 | 32.46 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 2 | 0.29 | 0 | 0.99 | 0.16 | 77.55 | 0.98 | 0.42 |
| Hex | 98 | D6 | 2 | 1D | 0 | 63 | 10 | 4E | 62 | 2A |
| Octal | 230 | 326 | 2 | 35 | 0 | 143 | 20 | 116 | 142 | 52 |
| Binary | 10011000 | 11010110 | 10 | 11101 | 0 | 1100011 | 10000 | 1001110 | 1100010 | 101010 |
Color Harmonies of #98D602
Complementary color
Monochromatic Colors of #98D602
Black with #98D602
Text Example
Text Example
White with #98D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D602; }
p { color: rgb(152,214,2); }
H1.HeaderClassName
{
color: #98D602;
}
.AnyTagClassName
{
color: #98D602;
}
</style>
background-color css
<style>
a { background-color: #98D602; }
a { background-color: rgb(152,214,2); }
div.DivClassName
{
background-color: #98D602;
}
.BgClassName
{
background-color: #98D602;
}
</style>
border-color css
<style>
span { border-color: #98D602; }
span { border-color: rgb(152,214,2); }
td.TdClassName
{
border-color: #98D602;
}
.TagClassName
{
border-color: #98D602;
}
</style>