Shades of Inch Worm #ADD71E
Tints of Inch Worm #ADD71E
RGB
CMYK
RGB Variations
Color information
#ADD71E (or 0xADD71E) is known color: Inch Worm. HEX triplet: AD, D7 and 1E. RGB value is (173,215,30). Sum of RGB (Red+Green+Blue) = 173+215+30=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD71E is #5228E1. Grayscale: #B6B6B6. Windows color (decimal): -5384418 or 2021293. OLE color: 2021293.
HSL color Cylindrical-coordinate representation of color #ADD71E: hue angle of 73.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADD71E is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 30 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.16 |
| HSL | 73.62º | 0.76% | 0.48% | - |
| HSV(B) | 73.62º | 0.86% | 0.84% | - |
| XYZ | 41.77 | 57.58 | 10.14 | - |
| YUV | 181.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 30 | 0.20 | 0 | 0.86 | 0.16 | 73.62 | 0.76 | 0.48 |
| Hex | AD | D7 | 1E | 14 | 0 | 56 | 10 | 4A | 4C | 30 |
| Octal | 255 | 327 | 36 | 24 | 0 | 126 | 20 | 112 | 114 | 60 |
| Binary | 10101101 | 11010111 | 11110 | 10100 | 0 | 1010110 | 10000 | 1001010 | 1001100 | 110000 |
Color Harmonies of #ADD71E
Complementary color
Monochromatic Colors of #ADD71E
Black with #ADD71E
Text Example
Text Example
White with #ADD71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD71E; }
p { color: rgb(173,215,30); }
H1.HeaderClassName
{
color: #ADD71E;
}
.AnyTagClassName
{
color: #ADD71E;
}
</style>
background-color css
<style>
a { background-color: #ADD71E; }
a { background-color: rgb(173,215,30); }
div.DivClassName
{
background-color: #ADD71E;
}
.BgClassName
{
background-color: #ADD71E;
}
</style>
border-color css
<style>
span { border-color: #ADD71E; }
span { border-color: rgb(173,215,30); }
td.TdClassName
{
border-color: #ADD71E;
}
.TagClassName
{
border-color: #ADD71E;
}
</style>