Shades of Inch Worm #9DE50C
Tints of Inch Worm #9DE50C
RGB
CMYK
RGB Variations
Color information
#9DE50C (or 0x9DE50C) is known color: Inch Worm. HEX triplet: 9D, E5 and 0C. RGB value is (157,229,12). Sum of RGB (Red+Green+Blue) = 157+229+12=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE50C is #621AF3. Grayscale: #B7B7B7. Windows color (decimal): -6429428 or 845213. OLE color: 845213.
HSL color Cylindrical-coordinate representation of color #9DE50C: hue angle of 79.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DE50C is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 229 | 12 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.10 |
| HSL | 79.91º | 0.9% | 0.47% | - |
| HSV(B) | 79.91º | 0.95% | 0.9% | - |
| XYZ | 41.99 | 63.23 | 10.34 | - |
| YUV | 182.73 | 31.65 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 12 | 0.31 | 0 | 0.95 | 0.10 | 79.91 | 0.9 | 0.47 |
| Hex | 9D | E5 | C | 1F | 0 | 5F | A | 50 | 5A | 2F |
| Octal | 235 | 345 | 14 | 37 | 0 | 137 | 12 | 120 | 132 | 57 |
| Binary | 10011101 | 11100101 | 1100 | 11111 | 0 | 1011111 | 1010 | 1010000 | 1011010 | 101111 |
Color Harmonies of #9DE50C
Complementary color
Monochromatic Colors of #9DE50C
Black with #9DE50C
Text Example
Text Example
White with #9DE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE50C; }
p { color: rgb(157,229,12); }
H1.HeaderClassName
{
color: #9DE50C;
}
.AnyTagClassName
{
color: #9DE50C;
}
</style>
background-color css
<style>
a { background-color: #9DE50C; }
a { background-color: rgb(157,229,12); }
div.DivClassName
{
background-color: #9DE50C;
}
.BgClassName
{
background-color: #9DE50C;
}
</style>
border-color css
<style>
span { border-color: #9DE50C; }
span { border-color: rgb(157,229,12); }
td.TdClassName
{
border-color: #9DE50C;
}
.TagClassName
{
border-color: #9DE50C;
}
</style>