Shades of Inch Worm #9DD800
Tints of Inch Worm #9DD800
RGB
CMYK
RGB Variations
Color information
#9DD800 (or 0x9DD800) is known color: Inch Worm. HEX triplet: 9D, D8 and 00. RGB value is (157,216,0). Sum of RGB (Red+Green+Blue) = 157+216+0=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD800 is #6227FF. Grayscale: #AEAEAE. Windows color (decimal): -6432768 or 55453. OLE color: 55453.
HSL color Cylindrical-coordinate representation of color #9DD800: hue angle of 76.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DD800 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 216 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.15 |
| HSL | 76.39º | 1% | 0.42% | - |
| HSV(B) | 76.39º | 1% | 0.85% | - |
| XYZ | 38.46 | 56.28 | 8.84 | - |
| YUV | 173.74 | 29.95 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 216 | 0 | 0.27 | 0 | 1 | 0.15 | 76.39 | 1 | 0.42 |
| Hex | 9D | D8 | 0 | 1B | 0 | 64 | F | 4C | 64 | 2A |
| Octal | 235 | 330 | 0 | 33 | 0 | 144 | 17 | 114 | 144 | 52 |
| Binary | 10011101 | 11011000 | 0 | 11011 | 0 | 1100100 | 1111 | 1001100 | 1100100 | 101010 |
Color Harmonies of #9DD800
Complementary color
Monochromatic Colors of #9DD800
Black with #9DD800
Text Example
Text Example
White with #9DD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD800; }
p { color: rgb(157,216,0); }
H1.HeaderClassName
{
color: #9DD800;
}
.AnyTagClassName
{
color: #9DD800;
}
</style>
background-color css
<style>
a { background-color: #9DD800; }
a { background-color: rgb(157,216,0); }
div.DivClassName
{
background-color: #9DD800;
}
.BgClassName
{
background-color: #9DD800;
}
</style>
border-color css
<style>
span { border-color: #9DD800; }
span { border-color: rgb(157,216,0); }
td.TdClassName
{
border-color: #9DD800;
}
.TagClassName
{
border-color: #9DD800;
}
</style>