Shades of Inch Worm #9DD50D
Tints of Inch Worm #9DD50D
RGB
CMYK
RGB Variations
Color information
#9DD50D (or 0x9DD50D) is known color: Inch Worm. HEX triplet: 9D, D5 and 0D. RGB value is (157,213,13). Sum of RGB (Red+Green+Blue) = 157+213+13=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DD50D is #622AF2. Grayscale: #AEAEAE. Windows color (decimal): -6433523 or 906653. OLE color: 906653.
HSL color Cylindrical-coordinate representation of color #9DD50D: hue angle of 76.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DD50D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.16 |
| HSL | 76.8º | 0.88% | 0.44% | - |
| HSV(B) | 76.8º | 0.94% | 0.84% | - |
| XYZ | 37.77 | 54.79 | 8.96 | - |
| YUV | 173.46 | 37.45 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 13 | 0.26 | 0 | 0.94 | 0.16 | 76.8 | 0.88 | 0.44 |
| Hex | 9D | D5 | D | 1A | 0 | 5E | 10 | 4D | 58 | 2C |
| Octal | 235 | 325 | 15 | 32 | 0 | 136 | 20 | 115 | 130 | 54 |
| Binary | 10011101 | 11010101 | 1101 | 11010 | 0 | 1011110 | 10000 | 1001101 | 1011000 | 101100 |
Color Harmonies of #9DD50D
Complementary color
Monochromatic Colors of #9DD50D
Black with #9DD50D
Text Example
Text Example
White with #9DD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD50D; }
p { color: rgb(157,213,13); }
H1.HeaderClassName
{
color: #9DD50D;
}
.AnyTagClassName
{
color: #9DD50D;
}
</style>
background-color css
<style>
a { background-color: #9DD50D; }
a { background-color: rgb(157,213,13); }
div.DivClassName
{
background-color: #9DD50D;
}
.BgClassName
{
background-color: #9DD50D;
}
</style>
border-color css
<style>
span { border-color: #9DD50D; }
span { border-color: rgb(157,213,13); }
td.TdClassName
{
border-color: #9DD50D;
}
.TagClassName
{
border-color: #9DD50D;
}
</style>