Shades of Inch Worm #ADD31C
Tints of Inch Worm #ADD31C
RGB
CMYK
RGB Variations
Color information
#ADD31C (or 0xADD31C) is known color: Inch Worm. HEX triplet: AD, D3 and 1C. RGB value is (173,211,28). Sum of RGB (Red+Green+Blue) = 173+211+28=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD31C is #522CE3. Grayscale: #B3B3B3. Windows color (decimal): -5385444 or 1889197. OLE color: 1889197.
HSL color Cylindrical-coordinate representation of color #ADD31C: hue angle of 72.46º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD31C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 28 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.17 |
| HSL | 72.46º | 0.77% | 0.47% | - |
| HSV(B) | 72.46º | 0.87% | 0.83% | - |
| XYZ | 40.74 | 55.56 | 9.68 | - |
| YUV | 178.78 | 42.91 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 28 | 0.18 | 0 | 0.87 | 0.17 | 72.46 | 0.77 | 0.47 |
| Hex | AD | D3 | 1C | 12 | 0 | 57 | 11 | 48 | 4D | 2F |
| Octal | 255 | 323 | 34 | 22 | 0 | 127 | 21 | 110 | 115 | 57 |
| Binary | 10101101 | 11010011 | 11100 | 10010 | 0 | 1010111 | 10001 | 1001000 | 1001101 | 101111 |
Color Harmonies of #ADD31C
Complementary color
Monochromatic Colors of #ADD31C
Black with #ADD31C
Text Example
Text Example
White with #ADD31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD31C; }
p { color: rgb(173,211,28); }
H1.HeaderClassName
{
color: #ADD31C;
}
.AnyTagClassName
{
color: #ADD31C;
}
</style>
background-color css
<style>
a { background-color: #ADD31C; }
a { background-color: rgb(173,211,28); }
div.DivClassName
{
background-color: #ADD31C;
}
.BgClassName
{
background-color: #ADD31C;
}
</style>
border-color css
<style>
span { border-color: #ADD31C; }
span { border-color: rgb(173,211,28); }
td.TdClassName
{
border-color: #ADD31C;
}
.TagClassName
{
border-color: #ADD31C;
}
</style>