Shades of Inch Worm #ADD51E
Tints of Inch Worm #ADD51E
RGB
CMYK
RGB Variations
Color information
#ADD51E (or 0xADD51E) is known color: Inch Worm. HEX triplet: AD, D5 and 1E. RGB value is (173,213,30). Sum of RGB (Red+Green+Blue) = 173+213+30=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD51E is #522AE1. Grayscale: #B4B4B4. Windows color (decimal): -5384930 or 2020781. OLE color: 2020781.
HSL color Cylindrical-coordinate representation of color #ADD51E: hue angle of 73.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADD51E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 30 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.16 |
| HSL | 73.11º | 0.75% | 0.48% | - |
| HSV(B) | 73.11º | 0.86% | 0.84% | - |
| XYZ | 41.26 | 56.57 | 9.97 | - |
| YUV | 180.18 | 43.25 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 30 | 0.19 | 0 | 0.86 | 0.16 | 73.11 | 0.75 | 0.48 |
| Hex | AD | D5 | 1E | 13 | 0 | 56 | 10 | 49 | 4B | 30 |
| Octal | 255 | 325 | 36 | 23 | 0 | 126 | 20 | 111 | 113 | 60 |
| Binary | 10101101 | 11010101 | 11110 | 10011 | 0 | 1010110 | 10000 | 1001001 | 1001011 | 110000 |
Color Harmonies of #ADD51E
Complementary color
Monochromatic Colors of #ADD51E
Black with #ADD51E
Text Example
Text Example
White with #ADD51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD51E; }
p { color: rgb(173,213,30); }
H1.HeaderClassName
{
color: #ADD51E;
}
.AnyTagClassName
{
color: #ADD51E;
}
</style>
background-color css
<style>
a { background-color: #ADD51E; }
a { background-color: rgb(173,213,30); }
div.DivClassName
{
background-color: #ADD51E;
}
.BgClassName
{
background-color: #ADD51E;
}
</style>
border-color css
<style>
span { border-color: #ADD51E; }
span { border-color: rgb(173,213,30); }
td.TdClassName
{
border-color: #ADD51E;
}
.TagClassName
{
border-color: #ADD51E;
}
</style>