Shades of Inch Worm #9DE121
Tints of Inch Worm #9DE121
RGB
CMYK
RGB Variations
Color information
#9DE121 (or 0x9DE121) is known color: Inch Worm. HEX triplet: 9D, E1 and 21. RGB value is (157,225,33). Sum of RGB (Red+Green+Blue) = 157+225+33=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 225 (88.28% from 255 or 54.22% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE121 is #621EDE. Grayscale: #B7B7B7. Windows color (decimal): -6430431 or 2220445. OLE color: 2220445.
HSL color Cylindrical-coordinate representation of color #9DE121: hue angle of 81.25º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DE121 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 33 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.12 |
| HSL | 81.25º | 0.76% | 0.51% | - |
| HSV(B) | 81.25º | 0.85% | 0.88% | - |
| XYZ | 41.1 | 61.13 | 11.07 | - |
| YUV | 182.78 | 43.47 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 33 | 0.30 | 0 | 0.85 | 0.12 | 81.25 | 0.76 | 0.51 |
| Hex | 9D | E1 | 21 | 1E | 0 | 55 | C | 51 | 4C | 33 |
| Octal | 235 | 341 | 41 | 36 | 0 | 125 | 14 | 121 | 114 | 63 |
| Binary | 10011101 | 11100001 | 100001 | 11110 | 0 | 1010101 | 1100 | 1010001 | 1001100 | 110011 |
Color Harmonies of #9DE121
Complementary color
Monochromatic Colors of #9DE121
Black with #9DE121
Text Example
Text Example
White with #9DE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE121; }
p { color: rgb(157,225,33); }
H1.HeaderClassName
{
color: #9DE121;
}
.AnyTagClassName
{
color: #9DE121;
}
</style>
background-color css
<style>
a { background-color: #9DE121; }
a { background-color: rgb(157,225,33); }
div.DivClassName
{
background-color: #9DE121;
}
.BgClassName
{
background-color: #9DE121;
}
</style>
border-color css
<style>
span { border-color: #9DE121; }
span { border-color: rgb(157,225,33); }
td.TdClassName
{
border-color: #9DE121;
}
.TagClassName
{
border-color: #9DE121;
}
</style>