Shades of Inch Worm #9DDA05
Tints of Inch Worm #9DDA05
RGB
CMYK
RGB Variations
Color information
#9DDA05 (or 0x9DDA05) is known color: Inch Worm. HEX triplet: 9D, DA and 05. RGB value is (157,218,5). Sum of RGB (Red+Green+Blue) = 157+218+5=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DDA05 is #6225FA. Grayscale: #B0B0B0. Windows color (decimal): -6432251 or 383645. OLE color: 383645.
HSL color Cylindrical-coordinate representation of color #9DDA05: hue angle of 77.18º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DDA05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.15 |
| HSL | 77.18º | 0.96% | 0.44% | - |
| HSV(B) | 77.18º | 0.98% | 0.85% | - |
| XYZ | 39 | 57.32 | 9.15 | - |
| YUV | 175.48 | 31.79 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 5 | 0.28 | 0 | 0.98 | 0.15 | 77.18 | 0.96 | 0.44 |
| Hex | 9D | DA | 5 | 1C | 0 | 62 | F | 4D | 60 | 2C |
| Octal | 235 | 332 | 5 | 34 | 0 | 142 | 17 | 115 | 140 | 54 |
| Binary | 10011101 | 11011010 | 101 | 11100 | 0 | 1100010 | 1111 | 1001101 | 1100000 | 101100 |
Color Harmonies of #9DDA05
Complementary color
Monochromatic Colors of #9DDA05
Black with #9DDA05
Text Example
Text Example
White with #9DDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA05; }
p { color: rgb(157,218,5); }
H1.HeaderClassName
{
color: #9DDA05;
}
.AnyTagClassName
{
color: #9DDA05;
}
</style>
background-color css
<style>
a { background-color: #9DDA05; }
a { background-color: rgb(157,218,5); }
div.DivClassName
{
background-color: #9DDA05;
}
.BgClassName
{
background-color: #9DDA05;
}
</style>
border-color css
<style>
span { border-color: #9DDA05; }
span { border-color: rgb(157,218,5); }
td.TdClassName
{
border-color: #9DDA05;
}
.TagClassName
{
border-color: #9DDA05;
}
</style>