Shades of Inch Worm #ABDD1F
Tints of Inch Worm #ABDD1F
RGB
CMYK
RGB Variations
Color information
#ABDD1F (or 0xABDD1F) is known color: Inch Worm. HEX triplet: AB, DD and 1F. RGB value is (171,221,31). Sum of RGB (Red+Green+Blue) = 171+221+31=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD1F is #5422E0. Grayscale: #B9B9B9. Windows color (decimal): -5513953 or 2088363. OLE color: 2088363.
HSL color Cylindrical-coordinate representation of color #ABDD1F: hue angle of 75.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABDD1F is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 31 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.13 |
| HSL | 75.79º | 0.75% | 0.49% | - |
| HSV(B) | 75.79º | 0.86% | 0.87% | - |
| XYZ | 42.9 | 60.47 | 10.71 | - |
| YUV | 184.39 | 41.44 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 31 | 0.23 | 0 | 0.86 | 0.13 | 75.79 | 0.75 | 0.49 |
| Hex | AB | DD | 1F | 17 | 0 | 56 | D | 4C | 4B | 31 |
| Octal | 253 | 335 | 37 | 27 | 0 | 126 | 15 | 114 | 113 | 61 |
| Binary | 10101011 | 11011101 | 11111 | 10111 | 0 | 1010110 | 1101 | 1001100 | 1001011 | 110001 |
Color Harmonies of #ABDD1F
Complementary color
Monochromatic Colors of #ABDD1F
Black with #ABDD1F
Text Example
Text Example
White with #ABDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD1F; }
p { color: rgb(171,221,31); }
H1.HeaderClassName
{
color: #ABDD1F;
}
.AnyTagClassName
{
color: #ABDD1F;
}
</style>
background-color css
<style>
a { background-color: #ABDD1F; }
a { background-color: rgb(171,221,31); }
div.DivClassName
{
background-color: #ABDD1F;
}
.BgClassName
{
background-color: #ABDD1F;
}
</style>
border-color css
<style>
span { border-color: #ABDD1F; }
span { border-color: rgb(171,221,31); }
td.TdClassName
{
border-color: #ABDD1F;
}
.TagClassName
{
border-color: #ABDD1F;
}
</style>