Shades of Inch Worm #98DF0B
Tints of Inch Worm #98DF0B
RGB
CMYK
RGB Variations
Color information
#98DF0B (or 0x98DF0B) is known color: Inch Worm. HEX triplet: 98, DF and 0B. RGB value is (152,223,11). Sum of RGB (Red+Green+Blue) = 152+223+11=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98DF0B is #6720F4. Grayscale: #B2B2B2. Windows color (decimal): -6758645 or 778136. OLE color: 778136.
HSL color Cylindrical-coordinate representation of color #98DF0B: hue angle of 80.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98DF0B is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 11 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.13 |
| HSL | 80.09º | 0.91% | 0.46% | - |
| HSV(B) | 80.09º | 0.95% | 0.87% | - |
| XYZ | 39.4 | 59.47 | 9.72 | - |
| YUV | 177.6 | 33.98 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 11 | 0.32 | 0 | 0.95 | 0.13 | 80.09 | 0.91 | 0.46 |
| Hex | 98 | DF | B | 20 | 0 | 5F | D | 50 | 5B | 2E |
| Octal | 230 | 337 | 13 | 40 | 0 | 137 | 15 | 120 | 133 | 56 |
| Binary | 10011000 | 11011111 | 1011 | 100000 | 0 | 1011111 | 1101 | 1010000 | 1011011 | 101110 |
Color Harmonies of #98DF0B
Complementary color
Monochromatic Colors of #98DF0B
Black with #98DF0B
Text Example
Text Example
White with #98DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF0B; }
p { color: rgb(152,223,11); }
H1.HeaderClassName
{
color: #98DF0B;
}
.AnyTagClassName
{
color: #98DF0B;
}
</style>
background-color css
<style>
a { background-color: #98DF0B; }
a { background-color: rgb(152,223,11); }
div.DivClassName
{
background-color: #98DF0B;
}
.BgClassName
{
background-color: #98DF0B;
}
</style>
border-color css
<style>
span { border-color: #98DF0B; }
span { border-color: rgb(152,223,11); }
td.TdClassName
{
border-color: #98DF0B;
}
.TagClassName
{
border-color: #98DF0B;
}
</style>