Shades of Inch Worm #ABDD02
Tints of Inch Worm #ABDD02
RGB
CMYK
RGB Variations
Color information
#ABDD02 (or 0xABDD02) is known color: Inch Worm. HEX triplet: AB, DD and 02. RGB value is (171,221,2). Sum of RGB (Red+Green+Blue) = 171+221+2=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDD02 is #5422FD. Grayscale: #B5B5B5. Windows color (decimal): -5513982 or 187819. OLE color: 187819.
HSL color Cylindrical-coordinate representation of color #ABDD02: hue angle of 73.7º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABDD02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.13 |
| HSL | 73.7º | 0.98% | 0.44% | - |
| HSV(B) | 73.7º | 0.99% | 0.87% | - |
| XYZ | 42.66 | 60.38 | 9.46 | - |
| YUV | 181.08 | 26.94 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 2 | 0.23 | 0 | 0.99 | 0.13 | 73.7 | 0.98 | 0.44 |
| Hex | AB | DD | 2 | 17 | 0 | 63 | D | 4A | 62 | 2C |
| Octal | 253 | 335 | 2 | 27 | 0 | 143 | 15 | 112 | 142 | 54 |
| Binary | 10101011 | 11011101 | 10 | 10111 | 0 | 1100011 | 1101 | 1001010 | 1100010 | 101100 |
Color Harmonies of #ABDD02
Complementary color
Monochromatic Colors of #ABDD02
Black with #ABDD02
Text Example
Text Example
White with #ABDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD02; }
p { color: rgb(171,221,2); }
H1.HeaderClassName
{
color: #ABDD02;
}
.AnyTagClassName
{
color: #ABDD02;
}
</style>
background-color css
<style>
a { background-color: #ABDD02; }
a { background-color: rgb(171,221,2); }
div.DivClassName
{
background-color: #ABDD02;
}
.BgClassName
{
background-color: #ABDD02;
}
</style>
border-color css
<style>
span { border-color: #ABDD02; }
span { border-color: rgb(171,221,2); }
td.TdClassName
{
border-color: #ABDD02;
}
.TagClassName
{
border-color: #ABDD02;
}
</style>