Shades of Inch Worm #ADD71C
Tints of Inch Worm #ADD71C
RGB
CMYK
RGB Variations
Color information
#ADD71C (or 0xADD71C) is known color: Inch Worm. HEX triplet: AD, D7 and 1C. RGB value is (173,215,28). Sum of RGB (Red+Green+Blue) = 173+215+28=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD71C is #5228E3. Grayscale: #B5B5B5. Windows color (decimal): -5384420 or 1890221. OLE color: 1890221.
HSL color Cylindrical-coordinate representation of color #ADD71C: hue angle of 73.48º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD71C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 28 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.16 |
| HSL | 73.48º | 0.77% | 0.48% | - |
| HSV(B) | 73.48º | 0.87% | 0.84% | - |
| XYZ | 41.74 | 57.57 | 10.01 | - |
| YUV | 181.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 28 | 0.20 | 0 | 0.87 | 0.16 | 73.48 | 0.77 | 0.48 |
| Hex | AD | D7 | 1C | 14 | 0 | 57 | 10 | 49 | 4D | 30 |
| Octal | 255 | 327 | 34 | 24 | 0 | 127 | 20 | 111 | 115 | 60 |
| Binary | 10101101 | 11010111 | 11100 | 10100 | 0 | 1010111 | 10000 | 1001001 | 1001101 | 110000 |
Color Harmonies of #ADD71C
Complementary color
Monochromatic Colors of #ADD71C
Black with #ADD71C
Text Example
Text Example
White with #ADD71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD71C; }
p { color: rgb(173,215,28); }
H1.HeaderClassName
{
color: #ADD71C;
}
.AnyTagClassName
{
color: #ADD71C;
}
</style>
background-color css
<style>
a { background-color: #ADD71C; }
a { background-color: rgb(173,215,28); }
div.DivClassName
{
background-color: #ADD71C;
}
.BgClassName
{
background-color: #ADD71C;
}
</style>
border-color css
<style>
span { border-color: #ADD71C; }
span { border-color: rgb(173,215,28); }
td.TdClassName
{
border-color: #ADD71C;
}
.TagClassName
{
border-color: #ADD71C;
}
</style>