Shades of Inch Worm #9DE117
Tints of Inch Worm #9DE117
RGB
CMYK
RGB Variations
Color information
#9DE117 (or 0x9DE117) is known color: Inch Worm. HEX triplet: 9D, E1 and 17. RGB value is (157,225,23). Sum of RGB (Red+Green+Blue) = 157+225+23=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE117 is #621EE8. Grayscale: #B6B6B6. Windows color (decimal): -6430441 or 1565085. OLE color: 1565085.
HSL color Cylindrical-coordinate representation of color #9DE117: hue angle of 80.2º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DE117 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 23 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.12 |
| HSL | 80.2º | 0.81% | 0.49% | - |
| HSV(B) | 80.2º | 0.9% | 0.88% | - |
| XYZ | 40.98 | 61.08 | 10.44 | - |
| YUV | 181.64 | 38.47 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 23 | 0.30 | 0 | 0.90 | 0.12 | 80.2 | 0.81 | 0.49 |
| Hex | 9D | E1 | 17 | 1E | 0 | 5A | C | 50 | 51 | 31 |
| Octal | 235 | 341 | 27 | 36 | 0 | 132 | 14 | 120 | 121 | 61 |
| Binary | 10011101 | 11100001 | 10111 | 11110 | 0 | 1011010 | 1100 | 1010000 | 1010001 | 110001 |
Color Harmonies of #9DE117
Complementary color
Monochromatic Colors of #9DE117
Black with #9DE117
Text Example
Text Example
White with #9DE117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE117; }
p { color: rgb(157,225,23); }
H1.HeaderClassName
{
color: #9DE117;
}
.AnyTagClassName
{
color: #9DE117;
}
</style>
background-color css
<style>
a { background-color: #9DE117; }
a { background-color: rgb(157,225,23); }
div.DivClassName
{
background-color: #9DE117;
}
.BgClassName
{
background-color: #9DE117;
}
</style>
border-color css
<style>
span { border-color: #9DE117; }
span { border-color: rgb(157,225,23); }
td.TdClassName
{
border-color: #9DE117;
}
.TagClassName
{
border-color: #9DE117;
}
</style>