Shades of Inch Worm #ADD30B
Tints of Inch Worm #ADD30B
RGB
CMYK
RGB Variations
Color information
#ADD30B (or 0xADD30B) is known color: Inch Worm. HEX triplet: AD, D3 and 0B. RGB value is (173,211,11). Sum of RGB (Red+Green+Blue) = 173+211+11=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD30B is #522CF4. Grayscale: #B1B1B1. Windows color (decimal): -5385461 or 775085. OLE color: 775085.
HSL color Cylindrical-coordinate representation of color #ADD30B: hue angle of 71.4º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD30B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 11 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.17 |
| HSL | 71.4º | 0.9% | 0.44% | - |
| HSV(B) | 71.4º | 0.95% | 0.83% | - |
| XYZ | 40.59 | 55.5 | 8.89 | - |
| YUV | 176.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 11 | 0.18 | 0 | 0.95 | 0.17 | 71.4 | 0.9 | 0.44 |
| Hex | AD | D3 | B | 12 | 0 | 5F | 11 | 47 | 5A | 2C |
| Octal | 255 | 323 | 13 | 22 | 0 | 137 | 21 | 107 | 132 | 54 |
| Binary | 10101101 | 11010011 | 1011 | 10010 | 0 | 1011111 | 10001 | 1000111 | 1011010 | 101100 |
Color Harmonies of #ADD30B
Complementary color
Monochromatic Colors of #ADD30B
Black with #ADD30B
Text Example
Text Example
White with #ADD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD30B; }
p { color: rgb(173,211,11); }
H1.HeaderClassName
{
color: #ADD30B;
}
.AnyTagClassName
{
color: #ADD30B;
}
</style>
background-color css
<style>
a { background-color: #ADD30B; }
a { background-color: rgb(173,211,11); }
div.DivClassName
{
background-color: #ADD30B;
}
.BgClassName
{
background-color: #ADD30B;
}
</style>
border-color css
<style>
span { border-color: #ADD30B; }
span { border-color: rgb(173,211,11); }
td.TdClassName
{
border-color: #ADD30B;
}
.TagClassName
{
border-color: #ADD30B;
}
</style>