Shades of Inch Worm #98D403
Tints of Inch Worm #98D403
RGB
CMYK
RGB Variations
Color information
#98D403 (or 0x98D403) is known color: Inch Worm. HEX triplet: 98, D4 and 03. RGB value is (152,212,3). Sum of RGB (Red+Green+Blue) = 152+212+3=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 212 (83.20% from 255 or 57.77% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 212 - color contains mainly: green. Hex color #98D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D403 is #672BFC. Grayscale: #ABABAB. Windows color (decimal): -6761469 or 251032. OLE color: 251032.
HSL color Cylindrical-coordinate representation of color #98D403: hue angle of 77.22º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98D403 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 212 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.17 |
| HSL | 77.22º | 0.97% | 0.42% | - |
| HSV(B) | 77.22º | 0.99% | 0.83% | - |
| XYZ | 36.51 | 53.77 | 8.54 | - |
| YUV | 170.23 | 33.62 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 212 | 3 | 0.28 | 0 | 0.99 | 0.17 | 77.22 | 0.97 | 0.42 |
| Hex | 98 | D4 | 3 | 1C | 0 | 63 | 11 | 4D | 61 | 2A |
| Octal | 230 | 324 | 3 | 34 | 0 | 143 | 21 | 115 | 141 | 52 |
| Binary | 10011000 | 11010100 | 11 | 11100 | 0 | 1100011 | 10001 | 1001101 | 1100001 | 101010 |
Color Harmonies of #98D403
Complementary color
Monochromatic Colors of #98D403
Black with #98D403
Text Example
Text Example
White with #98D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D403; }
p { color: rgb(152,212,3); }
H1.HeaderClassName
{
color: #98D403;
}
.AnyTagClassName
{
color: #98D403;
}
</style>
background-color css
<style>
a { background-color: #98D403; }
a { background-color: rgb(152,212,3); }
div.DivClassName
{
background-color: #98D403;
}
.BgClassName
{
background-color: #98D403;
}
</style>
border-color css
<style>
span { border-color: #98D403; }
span { border-color: rgb(152,212,3); }
td.TdClassName
{
border-color: #98D403;
}
.TagClassName
{
border-color: #98D403;
}
</style>