Shades of Inch Worm #ADD502
Tints of Inch Worm #ADD502
RGB
CMYK
RGB Variations
Color information
#ADD502 (or 0xADD502) is known color: Inch Worm. HEX triplet: AD, D5 and 02. RGB value is (173,213,2). Sum of RGB (Red+Green+Blue) = 173+213+2=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD502 is #522AFD. Grayscale: #B1B1B1. Windows color (decimal): -5384958 or 185773. OLE color: 185773.
HSL color Cylindrical-coordinate representation of color #ADD502: hue angle of 71.37º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADD502 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.16 |
| HSL | 71.37º | 0.98% | 0.42% | - |
| HSV(B) | 71.37º | 0.99% | 0.84% | - |
| XYZ | 41.04 | 56.48 | 8.8 | - |
| YUV | 176.99 | 29.25 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 2 | 0.19 | 0 | 0.99 | 0.16 | 71.37 | 0.98 | 0.42 |
| Hex | AD | D5 | 2 | 13 | 0 | 63 | 10 | 47 | 62 | 2A |
| Octal | 255 | 325 | 2 | 23 | 0 | 143 | 20 | 107 | 142 | 52 |
| Binary | 10101101 | 11010101 | 10 | 10011 | 0 | 1100011 | 10000 | 1000111 | 1100010 | 101010 |
Color Harmonies of #ADD502
Complementary color
Monochromatic Colors of #ADD502
Black with #ADD502
Text Example
Text Example
White with #ADD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD502; }
p { color: rgb(173,213,2); }
H1.HeaderClassName
{
color: #ADD502;
}
.AnyTagClassName
{
color: #ADD502;
}
</style>
background-color css
<style>
a { background-color: #ADD502; }
a { background-color: rgb(173,213,2); }
div.DivClassName
{
background-color: #ADD502;
}
.BgClassName
{
background-color: #ADD502;
}
</style>
border-color css
<style>
span { border-color: #ADD502; }
span { border-color: rgb(173,213,2); }
td.TdClassName
{
border-color: #ADD502;
}
.TagClassName
{
border-color: #ADD502;
}
</style>