Shades of Inch Worm #98E305
Tints of Inch Worm #98E305
RGB
CMYK
RGB Variations
Color information
#98E305 (or 0x98E305) is known color: Inch Worm. HEX triplet: 98, E3 and 05. RGB value is (152,227,5). Sum of RGB (Red+Green+Blue) = 152+227+5=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 227 (89.06% from 255 or 59.11% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 227 - color contains mainly: green. Hex color #98E305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E305 is #671CFA. Grayscale: #B4B4B4. Windows color (decimal): -6757627 or 385944. OLE color: 385944.
HSL color Cylindrical-coordinate representation of color #98E305: hue angle of 80.27º degrees, saturation: 0.96, 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 #98E305 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.11 |
| HSL | 80.27º | 0.96% | 0.45% | - |
| HSV(B) | 80.27º | 0.98% | 0.89% | - |
| XYZ | 40.45 | 61.62 | 9.91 | - |
| YUV | 179.27 | 29.65 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 5 | 0.33 | 0 | 0.98 | 0.11 | 80.27 | 0.96 | 0.45 |
| Hex | 98 | E3 | 5 | 21 | 0 | 62 | B | 50 | 60 | 2D |
| Octal | 230 | 343 | 5 | 41 | 0 | 142 | 13 | 120 | 140 | 55 |
| Binary | 10011000 | 11100011 | 101 | 100001 | 0 | 1100010 | 1011 | 1010000 | 1100000 | 101101 |
Color Harmonies of #98E305
Complementary color
Monochromatic Colors of #98E305
Black with #98E305
Text Example
Text Example
White with #98E305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E305; }
p { color: rgb(152,227,5); }
H1.HeaderClassName
{
color: #98E305;
}
.AnyTagClassName
{
color: #98E305;
}
</style>
background-color css
<style>
a { background-color: #98E305; }
a { background-color: rgb(152,227,5); }
div.DivClassName
{
background-color: #98E305;
}
.BgClassName
{
background-color: #98E305;
}
</style>
border-color css
<style>
span { border-color: #98E305; }
span { border-color: rgb(152,227,5); }
td.TdClassName
{
border-color: #98E305;
}
.TagClassName
{
border-color: #98E305;
}
</style>