Shades of Inch Worm #ADDF05
Tints of Inch Worm #ADDF05
RGB
CMYK
RGB Variations
Color information
#ADDF05 (or 0xADDF05) is known color: Inch Worm. HEX triplet: AD, DF and 05. RGB value is (173,223,5). Sum of RGB (Red+Green+Blue) = 173+223+5=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF05 is #5220FA. Grayscale: #B8B8B8. Windows color (decimal): -5382395 or 384941. OLE color: 384941.
HSL color Cylindrical-coordinate representation of color #ADDF05: hue angle of 73.76º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADDF05 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.13 |
| HSL | 73.76º | 0.96% | 0.45% | - |
| HSV(B) | 73.76º | 0.98% | 0.87% | - |
| XYZ | 43.65 | 61.67 | 9.75 | - |
| YUV | 183.2 | 27.44 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 5 | 0.22 | 0 | 0.98 | 0.13 | 73.76 | 0.96 | 0.45 |
| Hex | AD | DF | 5 | 16 | 0 | 62 | D | 4A | 60 | 2D |
| Octal | 255 | 337 | 5 | 26 | 0 | 142 | 15 | 112 | 140 | 55 |
| Binary | 10101101 | 11011111 | 101 | 10110 | 0 | 1100010 | 1101 | 1001010 | 1100000 | 101101 |
Color Harmonies of #ADDF05
Complementary color
Monochromatic Colors of #ADDF05
Black with #ADDF05
Text Example
Text Example
White with #ADDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF05; }
p { color: rgb(173,223,5); }
H1.HeaderClassName
{
color: #ADDF05;
}
.AnyTagClassName
{
color: #ADDF05;
}
</style>
background-color css
<style>
a { background-color: #ADDF05; }
a { background-color: rgb(173,223,5); }
div.DivClassName
{
background-color: #ADDF05;
}
.BgClassName
{
background-color: #ADDF05;
}
</style>
border-color css
<style>
span { border-color: #ADDF05; }
span { border-color: rgb(173,223,5); }
td.TdClassName
{
border-color: #ADDF05;
}
.TagClassName
{
border-color: #ADDF05;
}
</style>