Shades of Inch Worm #98E304
Tints of Inch Worm #98E304
RGB
CMYK
RGB Variations
Color information
#98E304 (or 0x98E304) is known color: Inch Worm. HEX triplet: 98, E3 and 04. RGB value is (152,227,4). Sum of RGB (Red+Green+Blue) = 152+227+4=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 227 (89.06% from 255 or 59.27% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 227 - color contains mainly: green. Hex color #98E304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E304 is #671CFB. Grayscale: #B3B3B3. Windows color (decimal): -6757628 or 320408. OLE color: 320408.
HSL color Cylindrical-coordinate representation of color #98E304: hue angle of 80.18º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98E304 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 4 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.11 |
| HSL | 80.18º | 0.97% | 0.45% | - |
| HSV(B) | 80.18º | 0.98% | 0.89% | - |
| XYZ | 40.44 | 61.62 | 9.88 | - |
| YUV | 179.15 | 29.15 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 4 | 0.33 | 0 | 0.98 | 0.11 | 80.18 | 0.97 | 0.45 |
| Hex | 98 | E3 | 4 | 21 | 0 | 62 | B | 50 | 61 | 2D |
| Octal | 230 | 343 | 4 | 41 | 0 | 142 | 13 | 120 | 141 | 55 |
| Binary | 10011000 | 11100011 | 100 | 100001 | 0 | 1100010 | 1011 | 1010000 | 1100001 | 101101 |
Color Harmonies of #98E304
Complementary color
Monochromatic Colors of #98E304
Black with #98E304
Text Example
Text Example
White with #98E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E304; }
p { color: rgb(152,227,4); }
H1.HeaderClassName
{
color: #98E304;
}
.AnyTagClassName
{
color: #98E304;
}
</style>
background-color css
<style>
a { background-color: #98E304; }
a { background-color: rgb(152,227,4); }
div.DivClassName
{
background-color: #98E304;
}
.BgClassName
{
background-color: #98E304;
}
</style>
border-color css
<style>
span { border-color: #98E304; }
span { border-color: rgb(152,227,4); }
td.TdClassName
{
border-color: #98E304;
}
.TagClassName
{
border-color: #98E304;
}
</style>