Shades of Inch Worm #ADD61D
Tints of Inch Worm #ADD61D
RGB
CMYK
RGB Variations
Color information
#ADD61D (or 0xADD61D) is known color: Inch Worm. HEX triplet: AD, D6 and 1D. RGB value is (173,214,29). Sum of RGB (Red+Green+Blue) = 173+214+29=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD61D is #5229E2. Grayscale: #B5B5B5. Windows color (decimal): -5384675 or 1955501. OLE color: 1955501.
HSL color Cylindrical-coordinate representation of color #ADD61D: hue angle of 73.3º 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 #ADD61D is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 29 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.16 |
| HSL | 73.3º | 0.76% | 0.48% | - |
| HSV(B) | 73.3º | 0.86% | 0.84% | - |
| XYZ | 41.5 | 57.07 | 9.99 | - |
| YUV | 180.65 | 42.42 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 29 | 0.19 | 0 | 0.86 | 0.16 | 73.3 | 0.76 | 0.48 |
| Hex | AD | D6 | 1D | 13 | 0 | 56 | 10 | 49 | 4C | 30 |
| Octal | 255 | 326 | 35 | 23 | 0 | 126 | 20 | 111 | 114 | 60 |
| Binary | 10101101 | 11010110 | 11101 | 10011 | 0 | 1010110 | 10000 | 1001001 | 1001100 | 110000 |
Color Harmonies of #ADD61D
Complementary color
Monochromatic Colors of #ADD61D
Black with #ADD61D
Text Example
Text Example
White with #ADD61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD61D; }
p { color: rgb(173,214,29); }
H1.HeaderClassName
{
color: #ADD61D;
}
.AnyTagClassName
{
color: #ADD61D;
}
</style>
background-color css
<style>
a { background-color: #ADD61D; }
a { background-color: rgb(173,214,29); }
div.DivClassName
{
background-color: #ADD61D;
}
.BgClassName
{
background-color: #ADD61D;
}
</style>
border-color css
<style>
span { border-color: #ADD61D; }
span { border-color: rgb(173,214,29); }
td.TdClassName
{
border-color: #ADD61D;
}
.TagClassName
{
border-color: #ADD61D;
}
</style>