Shades of Inch Worm #ADD51F
Tints of Inch Worm #ADD51F
RGB
CMYK
RGB Variations
Color information
#ADD51F (or 0xADD51F) is known color: Inch Worm. HEX triplet: AD, D5 and 1F. RGB value is (173,213,31). Sum of RGB (Red+Green+Blue) = 173+213+31=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD51F is #522AE0. Grayscale: #B4B4B4. Windows color (decimal): -5384929 or 2086317. OLE color: 2086317.
HSL color Cylindrical-coordinate representation of color #ADD51F: hue angle of 73.19º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD51F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 31 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.16 |
| HSL | 73.19º | 0.75% | 0.48% | - |
| HSV(B) | 73.19º | 0.85% | 0.84% | - |
| XYZ | 41.28 | 56.57 | 10.04 | - |
| YUV | 180.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 31 | 0.19 | 0 | 0.85 | 0.16 | 73.19 | 0.75 | 0.48 |
| Hex | AD | D5 | 1F | 13 | 0 | 55 | 10 | 49 | 4B | 30 |
| Octal | 255 | 325 | 37 | 23 | 0 | 125 | 20 | 111 | 113 | 60 |
| Binary | 10101101 | 11010101 | 11111 | 10011 | 0 | 1010101 | 10000 | 1001001 | 1001011 | 110000 |
Color Harmonies of #ADD51F
Complementary color
Monochromatic Colors of #ADD51F
Black with #ADD51F
Text Example
Text Example
White with #ADD51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD51F; }
p { color: rgb(173,213,31); }
H1.HeaderClassName
{
color: #ADD51F;
}
.AnyTagClassName
{
color: #ADD51F;
}
</style>
background-color css
<style>
a { background-color: #ADD51F; }
a { background-color: rgb(173,213,31); }
div.DivClassName
{
background-color: #ADD51F;
}
.BgClassName
{
background-color: #ADD51F;
}
</style>
border-color css
<style>
span { border-color: #ADD51F; }
span { border-color: rgb(173,213,31); }
td.TdClassName
{
border-color: #ADD51F;
}
.TagClassName
{
border-color: #ADD51F;
}
</style>