Shades of Inch Worm #98DF09
Tints of Inch Worm #98DF09
RGB
CMYK
RGB Variations
Color information
#98DF09 (or 0x98DF09) is known color: Inch Worm. HEX triplet: 98, DF and 09. RGB value is (152,223,9). Sum of RGB (Red+Green+Blue) = 152+223+9=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DF09 is #6720F6. Grayscale: #B2B2B2. Windows color (decimal): -6758647 or 647064. OLE color: 647064.
HSL color Cylindrical-coordinate representation of color #98DF09: hue angle of 79.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98DF09 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 9 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.13 |
| HSL | 79.91º | 0.92% | 0.45% | - |
| HSV(B) | 79.91º | 0.96% | 0.87% | - |
| XYZ | 39.39 | 59.47 | 9.66 | - |
| YUV | 177.38 | 32.98 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 9 | 0.32 | 0 | 0.96 | 0.13 | 79.91 | 0.92 | 0.45 |
| Hex | 98 | DF | 9 | 20 | 0 | 60 | D | 50 | 5C | 2D |
| Octal | 230 | 337 | 11 | 40 | 0 | 140 | 15 | 120 | 134 | 55 |
| Binary | 10011000 | 11011111 | 1001 | 100000 | 0 | 1100000 | 1101 | 1010000 | 1011100 | 101101 |
Color Harmonies of #98DF09
Complementary color
Monochromatic Colors of #98DF09
Black with #98DF09
Text Example
Text Example
White with #98DF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF09; }
p { color: rgb(152,223,9); }
H1.HeaderClassName
{
color: #98DF09;
}
.AnyTagClassName
{
color: #98DF09;
}
</style>
background-color css
<style>
a { background-color: #98DF09; }
a { background-color: rgb(152,223,9); }
div.DivClassName
{
background-color: #98DF09;
}
.BgClassName
{
background-color: #98DF09;
}
</style>
border-color css
<style>
span { border-color: #98DF09; }
span { border-color: rgb(152,223,9); }
td.TdClassName
{
border-color: #98DF09;
}
.TagClassName
{
border-color: #98DF09;
}
</style>