Shades of Inch Worm #ADDF07
Tints of Inch Worm #ADDF07
RGB
CMYK
RGB Variations
Color information
#ADDF07 (or 0xADDF07) is known color: Inch Worm. HEX triplet: AD, DF and 07. RGB value is (173,223,7). Sum of RGB (Red+Green+Blue) = 173+223+7=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF07 is #5220F8. Grayscale: #B8B8B8. Windows color (decimal): -5382393 or 516013. OLE color: 516013.
HSL color Cylindrical-coordinate representation of color #ADDF07: hue angle of 73.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADDF07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.13 |
| HSL | 73.89º | 0.94% | 0.45% | - |
| HSV(B) | 73.89º | 0.97% | 0.87% | - |
| XYZ | 43.66 | 61.67 | 9.8 | - |
| YUV | 183.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 7 | 0.22 | 0 | 0.97 | 0.13 | 73.89 | 0.94 | 0.45 |
| Hex | AD | DF | 7 | 16 | 0 | 61 | D | 4A | 5E | 2D |
| Octal | 255 | 337 | 7 | 26 | 0 | 141 | 15 | 112 | 136 | 55 |
| Binary | 10101101 | 11011111 | 111 | 10110 | 0 | 1100001 | 1101 | 1001010 | 1011110 | 101101 |
Color Harmonies of #ADDF07
Complementary color
Monochromatic Colors of #ADDF07
Black with #ADDF07
Text Example
Text Example
White with #ADDF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF07; }
p { color: rgb(173,223,7); }
H1.HeaderClassName
{
color: #ADDF07;
}
.AnyTagClassName
{
color: #ADDF07;
}
</style>
background-color css
<style>
a { background-color: #ADDF07; }
a { background-color: rgb(173,223,7); }
div.DivClassName
{
background-color: #ADDF07;
}
.BgClassName
{
background-color: #ADDF07;
}
</style>
border-color css
<style>
span { border-color: #ADDF07; }
span { border-color: rgb(173,223,7); }
td.TdClassName
{
border-color: #ADDF07;
}
.TagClassName
{
border-color: #ADDF07;
}
</style>