Shades of Inch Worm #9DD700
Tints of Inch Worm #9DD700
RGB
CMYK
RGB Variations
Color information
#9DD700 (or 0x9DD700) is known color: Inch Worm. HEX triplet: 9D, D7 and 00. RGB value is (157,215,0). Sum of RGB (Red+Green+Blue) = 157+215+0=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD700 is #6228FF. Grayscale: #ADADAD. Windows color (decimal): -6433024 or 55197. OLE color: 55197.
HSL color Cylindrical-coordinate representation of color #9DD700: hue angle of 76.19º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DD700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.16 |
| HSL | 76.19º | 1% | 0.42% | - |
| HSV(B) | 76.19º | 1% | 0.84% | - |
| XYZ | 38.21 | 55.77 | 8.75 | - |
| YUV | 173.15 | 30.28 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 0 | 0.27 | 0 | 1 | 0.16 | 76.19 | 1 | 0.42 |
| Hex | 9D | D7 | 0 | 1B | 0 | 64 | 10 | 4C | 64 | 2A |
| Octal | 235 | 327 | 0 | 33 | 0 | 144 | 20 | 114 | 144 | 52 |
| Binary | 10011101 | 11010111 | 0 | 11011 | 0 | 1100100 | 10000 | 1001100 | 1100100 | 101010 |
Color Harmonies of #9DD700
Complementary color
Monochromatic Colors of #9DD700
Black with #9DD700
Text Example
Text Example
White with #9DD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD700; }
p { color: rgb(157,215,0); }
H1.HeaderClassName
{
color: #9DD700;
}
.AnyTagClassName
{
color: #9DD700;
}
</style>
background-color css
<style>
a { background-color: #9DD700; }
a { background-color: rgb(157,215,0); }
div.DivClassName
{
background-color: #9DD700;
}
.BgClassName
{
background-color: #9DD700;
}
</style>
border-color css
<style>
span { border-color: #9DD700; }
span { border-color: rgb(157,215,0); }
td.TdClassName
{
border-color: #9DD700;
}
.TagClassName
{
border-color: #9DD700;
}
</style>