Shades of Inch Worm #ABD31D
Tints of Inch Worm #ABD31D
RGB
CMYK
RGB Variations
Color information
#ABD31D (or 0xABD31D) is known color: Inch Worm. HEX triplet: AB, D3 and 1D. RGB value is (171,211,29). Sum of RGB (Red+Green+Blue) = 171+211+29=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD31D is #542CE2. Grayscale: #B2B2B2. Windows color (decimal): -5516515 or 1954731. OLE color: 1954731.
HSL color Cylindrical-coordinate representation of color #ABD31D: hue angle of 73.19º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABD31D is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 29 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.17 |
| HSL | 73.19º | 0.76% | 0.47% | - |
| HSV(B) | 73.19º | 0.86% | 0.83% | - |
| XYZ | 40.31 | 55.34 | 9.72 | - |
| YUV | 178.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 29 | 0.19 | 0 | 0.86 | 0.17 | 73.19 | 0.76 | 0.47 |
| Hex | AB | D3 | 1D | 13 | 0 | 56 | 11 | 49 | 4C | 2F |
| Octal | 253 | 323 | 35 | 23 | 0 | 126 | 21 | 111 | 114 | 57 |
| Binary | 10101011 | 11010011 | 11101 | 10011 | 0 | 1010110 | 10001 | 1001001 | 1001100 | 101111 |
Color Harmonies of #ABD31D
Complementary color
Monochromatic Colors of #ABD31D
Black with #ABD31D
Text Example
Text Example
White with #ABD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD31D; }
p { color: rgb(171,211,29); }
H1.HeaderClassName
{
color: #ABD31D;
}
.AnyTagClassName
{
color: #ABD31D;
}
</style>
background-color css
<style>
a { background-color: #ABD31D; }
a { background-color: rgb(171,211,29); }
div.DivClassName
{
background-color: #ABD31D;
}
.BgClassName
{
background-color: #ABD31D;
}
</style>
border-color css
<style>
span { border-color: #ABD31D; }
span { border-color: rgb(171,211,29); }
td.TdClassName
{
border-color: #ABD31D;
}
.TagClassName
{
border-color: #ABD31D;
}
</style>