Shades of Inch Worm #AFDD05
Tints of Inch Worm #AFDD05
RGB
CMYK
RGB Variations
Color information
#AFDD05 (or 0xAFDD05) is known color: Inch Worm. HEX triplet: AF, DD and 05. RGB value is (175,221,5). Sum of RGB (Red+Green+Blue) = 175+221+5=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD05 is #5022FA. Grayscale: #B7B7B7. Windows color (decimal): -5251835 or 384431. OLE color: 384431.
HSL color Cylindrical-coordinate representation of color #AFDD05: hue angle of 72.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFDD05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.13 |
| HSL | 72.78º | 0.96% | 0.44% | - |
| HSV(B) | 72.78º | 0.98% | 0.87% | - |
| XYZ | 43.56 | 60.84 | 9.59 | - |
| YUV | 182.62 | 27.76 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 5 | 0.21 | 0 | 0.98 | 0.13 | 72.78 | 0.96 | 0.44 |
| Hex | AF | DD | 5 | 15 | 0 | 62 | D | 49 | 60 | 2C |
| Octal | 257 | 335 | 5 | 25 | 0 | 142 | 15 | 111 | 140 | 54 |
| Binary | 10101111 | 11011101 | 101 | 10101 | 0 | 1100010 | 1101 | 1001001 | 1100000 | 101100 |
Color Harmonies of #AFDD05
Complementary color
Monochromatic Colors of #AFDD05
Black with #AFDD05
Text Example
Text Example
White with #AFDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD05; }
p { color: rgb(175,221,5); }
H1.HeaderClassName
{
color: #AFDD05;
}
.AnyTagClassName
{
color: #AFDD05;
}
</style>
background-color css
<style>
a { background-color: #AFDD05; }
a { background-color: rgb(175,221,5); }
div.DivClassName
{
background-color: #AFDD05;
}
.BgClassName
{
background-color: #AFDD05;
}
</style>
border-color css
<style>
span { border-color: #AFDD05; }
span { border-color: rgb(175,221,5); }
td.TdClassName
{
border-color: #AFDD05;
}
.TagClassName
{
border-color: #AFDD05;
}
</style>