Shades of Inch Worm #ADD51B
Tints of Inch Worm #ADD51B
RGB
CMYK
RGB Variations
Color information
#ADD51B (or 0xADD51B) is known color: Inch Worm. HEX triplet: AD, D5 and 1B. RGB value is (173,213,27). Sum of RGB (Red+Green+Blue) = 173+213+27=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD51B is #522AE4. Grayscale: #B4B4B4. Windows color (decimal): -5384933 or 1824173. OLE color: 1824173.
HSL color Cylindrical-coordinate representation of color #ADD51B: hue angle of 72.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD51B is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 27 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.16 |
| HSL | 72.9º | 0.78% | 0.47% | - |
| HSV(B) | 72.9º | 0.87% | 0.84% | - |
| XYZ | 41.23 | 56.55 | 9.78 | - |
| YUV | 179.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 27 | 0.19 | 0 | 0.87 | 0.16 | 72.9 | 0.78 | 0.47 |
| Hex | AD | D5 | 1B | 13 | 0 | 57 | 10 | 49 | 4E | 2F |
| Octal | 255 | 325 | 33 | 23 | 0 | 127 | 20 | 111 | 116 | 57 |
| Binary | 10101101 | 11010101 | 11011 | 10011 | 0 | 1010111 | 10000 | 1001001 | 1001110 | 101111 |
Color Harmonies of #ADD51B
Complementary color
Monochromatic Colors of #ADD51B
Black with #ADD51B
Text Example
Text Example
White with #ADD51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD51B; }
p { color: rgb(173,213,27); }
H1.HeaderClassName
{
color: #ADD51B;
}
.AnyTagClassName
{
color: #ADD51B;
}
</style>
background-color css
<style>
a { background-color: #ADD51B; }
a { background-color: rgb(173,213,27); }
div.DivClassName
{
background-color: #ADD51B;
}
.BgClassName
{
background-color: #ADD51B;
}
</style>
border-color css
<style>
span { border-color: #ADD51B; }
span { border-color: rgb(173,213,27); }
td.TdClassName
{
border-color: #ADD51B;
}
.TagClassName
{
border-color: #ADD51B;
}
</style>