Shades of Inch Worm #ABDE04
Tints of Inch Worm #ABDE04
RGB
CMYK
RGB Variations
Color information
#ABDE04 (or 0xABDE04) is known color: Inch Worm. HEX triplet: AB, DE and 04. RGB value is (171,222,4). Sum of RGB (Red+Green+Blue) = 171+222+4=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 222 (87.11% from 255 or 55.92% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABDE04 is #5421FB. Grayscale: #B6B6B6. Windows color (decimal): -5513724 or 319147. OLE color: 319147.
HSL color Cylindrical-coordinate representation of color #ABDE04: hue angle of 74.04º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABDE04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.13 |
| HSL | 74.04º | 0.96% | 0.44% | - |
| HSV(B) | 74.04º | 0.98% | 0.87% | - |
| XYZ | 42.94 | 60.91 | 9.61 | - |
| YUV | 181.9 | 27.6 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 4 | 0.23 | 0 | 0.98 | 0.13 | 74.04 | 0.96 | 0.44 |
| Hex | AB | DE | 4 | 17 | 0 | 62 | D | 4A | 60 | 2C |
| Octal | 253 | 336 | 4 | 27 | 0 | 142 | 15 | 112 | 140 | 54 |
| Binary | 10101011 | 11011110 | 100 | 10111 | 0 | 1100010 | 1101 | 1001010 | 1100000 | 101100 |
Color Harmonies of #ABDE04
Complementary color
Monochromatic Colors of #ABDE04
Black with #ABDE04
Text Example
Text Example
White with #ABDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDE04; }
p { color: rgb(171,222,4); }
H1.HeaderClassName
{
color: #ABDE04;
}
.AnyTagClassName
{
color: #ABDE04;
}
</style>
background-color css
<style>
a { background-color: #ABDE04; }
a { background-color: rgb(171,222,4); }
div.DivClassName
{
background-color: #ABDE04;
}
.BgClassName
{
background-color: #ABDE04;
}
</style>
border-color css
<style>
span { border-color: #ABDE04; }
span { border-color: rgb(171,222,4); }
td.TdClassName
{
border-color: #ABDE04;
}
.TagClassName
{
border-color: #ABDE04;
}
</style>