Shades of Inch Worm #ADDB1D
Tints of Inch Worm #ADDB1D
RGB
CMYK
RGB Variations
Color information
#ADDB1D (or 0xADDB1D) is known color: Inch Worm. HEX triplet: AD, DB and 1D. RGB value is (173,219,29). Sum of RGB (Red+Green+Blue) = 173+219+29=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDB1D is #5224E2. Grayscale: #B8B8B8. Windows color (decimal): -5383395 or 1956781. OLE color: 1956781.
HSL color Cylindrical-coordinate representation of color #ADDB1D: hue angle of 74.53º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADDB1D is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 29 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.14 |
| HSL | 74.53º | 0.77% | 0.49% | - |
| HSV(B) | 74.53º | 0.87% | 0.86% | - |
| XYZ | 42.79 | 59.64 | 10.42 | - |
| YUV | 183.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 29 | 0.21 | 0 | 0.87 | 0.14 | 74.53 | 0.77 | 0.49 |
| Hex | AD | DB | 1D | 15 | 0 | 57 | E | 4B | 4D | 31 |
| Octal | 255 | 333 | 35 | 25 | 0 | 127 | 16 | 113 | 115 | 61 |
| Binary | 10101101 | 11011011 | 11101 | 10101 | 0 | 1010111 | 1110 | 1001011 | 1001101 | 110001 |
Color Harmonies of #ADDB1D
Complementary color
Monochromatic Colors of #ADDB1D
Black with #ADDB1D
Text Example
Text Example
White with #ADDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB1D; }
p { color: rgb(173,219,29); }
H1.HeaderClassName
{
color: #ADDB1D;
}
.AnyTagClassName
{
color: #ADDB1D;
}
</style>
background-color css
<style>
a { background-color: #ADDB1D; }
a { background-color: rgb(173,219,29); }
div.DivClassName
{
background-color: #ADDB1D;
}
.BgClassName
{
background-color: #ADDB1D;
}
</style>
border-color css
<style>
span { border-color: #ADDB1D; }
span { border-color: rgb(173,219,29); }
td.TdClassName
{
border-color: #ADDB1D;
}
.TagClassName
{
border-color: #ADDB1D;
}
</style>