Shades of Inch Worm #9DD501
Tints of Inch Worm #9DD501
RGB
CMYK
RGB Variations
Color information
#9DD501 (or 0x9DD501) is known color: Inch Worm. HEX triplet: 9D, D5 and 01. RGB value is (157,213,1). Sum of RGB (Red+Green+Blue) = 157+213+1=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD501 is #622AFE. Grayscale: #ACACAC. Windows color (decimal): -6433535 or 120221. OLE color: 120221.
HSL color Cylindrical-coordinate representation of color #9DD501: hue angle of 75.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DD501 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 1 | - |
| CMYK | 0.26 | 0 | 1.00 | 0.16 |
| HSL | 75.85º | 0.99% | 0.42% | - |
| HSV(B) | 75.85º | 1% | 0.84% | - |
| XYZ | 37.7 | 54.76 | 8.61 | - |
| YUV | 172.09 | 31.45 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 1 | 0.26 | 0 | 1.00 | 0.16 | 75.85 | 0.99 | 0.42 |
| Hex | 9D | D5 | 1 | 1A | 0 | 64 | 10 | 4C | 63 | 2A |
| Octal | 235 | 325 | 1 | 32 | 0 | 144 | 20 | 114 | 143 | 52 |
| Binary | 10011101 | 11010101 | 1 | 11010 | 0 | 1100100 | 10000 | 1001100 | 1100011 | 101010 |
Color Harmonies of #9DD501
Complementary color
Monochromatic Colors of #9DD501
Black with #9DD501
Text Example
Text Example
White with #9DD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD501; }
p { color: rgb(157,213,1); }
H1.HeaderClassName
{
color: #9DD501;
}
.AnyTagClassName
{
color: #9DD501;
}
</style>
background-color css
<style>
a { background-color: #9DD501; }
a { background-color: rgb(157,213,1); }
div.DivClassName
{
background-color: #9DD501;
}
.BgClassName
{
background-color: #9DD501;
}
</style>
border-color css
<style>
span { border-color: #9DD501; }
span { border-color: rgb(157,213,1); }
td.TdClassName
{
border-color: #9DD501;
}
.TagClassName
{
border-color: #9DD501;
}
</style>