Shades of Inch Worm #98DF00
Tints of Inch Worm #98DF00
RGB
CMYK
RGB Variations
Color information
#98DF00 (or 0x98DF00) is known color: Inch Worm. HEX triplet: 98, DF and 00. RGB value is (152,223,0). Sum of RGB (Red+Green+Blue) = 152+223+0=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DF00 is #6720FF. Grayscale: #B1B1B1. Windows color (decimal): -6758656 or 57240. OLE color: 57240.
HSL color Cylindrical-coordinate representation of color #98DF00: hue angle of 79.1º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98DF00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.13 |
| HSL | 79.1º | 1% | 0.44% | - |
| HSV(B) | 79.1º | 1% | 0.87% | - |
| XYZ | 39.34 | 59.45 | 9.4 | - |
| YUV | 176.35 | 28.48 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 0 | 0.32 | 0 | 1 | 0.13 | 79.1 | 1 | 0.44 |
| Hex | 98 | DF | 0 | 20 | 0 | 64 | D | 4F | 64 | 2C |
| Octal | 230 | 337 | 0 | 40 | 0 | 144 | 15 | 117 | 144 | 54 |
| Binary | 10011000 | 11011111 | 0 | 100000 | 0 | 1100100 | 1101 | 1001111 | 1100100 | 101100 |
Color Harmonies of #98DF00
Complementary color
Monochromatic Colors of #98DF00
Black with #98DF00
Text Example
Text Example
White with #98DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF00; }
p { color: rgb(152,223,0); }
H1.HeaderClassName
{
color: #98DF00;
}
.AnyTagClassName
{
color: #98DF00;
}
</style>
background-color css
<style>
a { background-color: #98DF00; }
a { background-color: rgb(152,223,0); }
div.DivClassName
{
background-color: #98DF00;
}
.BgClassName
{
background-color: #98DF00;
}
</style>
border-color css
<style>
span { border-color: #98DF00; }
span { border-color: rgb(152,223,0); }
td.TdClassName
{
border-color: #98DF00;
}
.TagClassName
{
border-color: #98DF00;
}
</style>