Shades of Inch Worm #98D308
Tints of Inch Worm #98D308
RGB
CMYK
RGB Variations
Color information
#98D308 (or 0x98D308) is known color: Inch Worm. HEX triplet: 98, D3 and 08. RGB value is (152,211,8). Sum of RGB (Red+Green+Blue) = 152+211+8=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #98D308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D308 is #672CF7. Grayscale: #AAAAAA. Windows color (decimal): -6761720 or 578456. OLE color: 578456.
HSL color Cylindrical-coordinate representation of color #98D308: hue angle of 77.44º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98D308 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 8 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.17 |
| HSL | 77.44º | 0.93% | 0.43% | - |
| HSV(B) | 77.44º | 0.96% | 0.83% | - |
| XYZ | 36.29 | 53.28 | 8.6 | - |
| YUV | 170.22 | 36.45 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 8 | 0.28 | 0 | 0.96 | 0.17 | 77.44 | 0.93 | 0.43 |
| Hex | 98 | D3 | 8 | 1C | 0 | 60 | 11 | 4D | 5D | 2B |
| Octal | 230 | 323 | 10 | 34 | 0 | 140 | 21 | 115 | 135 | 53 |
| Binary | 10011000 | 11010011 | 1000 | 11100 | 0 | 1100000 | 10001 | 1001101 | 1011101 | 101011 |
Color Harmonies of #98D308
Complementary color
Monochromatic Colors of #98D308
Black with #98D308
Text Example
Text Example
White with #98D308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D308; }
p { color: rgb(152,211,8); }
H1.HeaderClassName
{
color: #98D308;
}
.AnyTagClassName
{
color: #98D308;
}
</style>
background-color css
<style>
a { background-color: #98D308; }
a { background-color: rgb(152,211,8); }
div.DivClassName
{
background-color: #98D308;
}
.BgClassName
{
background-color: #98D308;
}
</style>
border-color css
<style>
span { border-color: #98D308; }
span { border-color: rgb(152,211,8); }
td.TdClassName
{
border-color: #98D308;
}
.TagClassName
{
border-color: #98D308;
}
</style>