Shades of Inch Worm #AFDD22
Tints of Inch Worm #AFDD22
RGB
CMYK
RGB Variations
Color information
#AFDD22 (or 0xAFDD22) is known color: Inch Worm. HEX triplet: AF, DD and 22. RGB value is (175,221,34). Sum of RGB (Red+Green+Blue) = 175+221+34=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD22 is #5022DD. Grayscale: #BABABA. Windows color (decimal): -5251806 or 2284975. OLE color: 2284975.
HSL color Cylindrical-coordinate representation of color #AFDD22: hue angle of 74.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFDD22 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 34 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.13 |
| HSL | 74.76º | 0.73% | 0.5% | - |
| HSV(B) | 74.76º | 0.85% | 0.87% | - |
| XYZ | 43.82 | 60.94 | 10.97 | - |
| YUV | 185.93 | 42.26 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 34 | 0.21 | 0 | 0.85 | 0.13 | 74.76 | 0.73 | 0.5 |
| Hex | AF | DD | 22 | 15 | 0 | 55 | D | 4B | 49 | 32 |
| Octal | 257 | 335 | 42 | 25 | 0 | 125 | 15 | 113 | 111 | 62 |
| Binary | 10101111 | 11011101 | 100010 | 10101 | 0 | 1010101 | 1101 | 1001011 | 1001001 | 110010 |
Color Harmonies of #AFDD22
Complementary color
Monochromatic Colors of #AFDD22
Black with #AFDD22
Text Example
Text Example
White with #AFDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD22; }
p { color: rgb(175,221,34); }
H1.HeaderClassName
{
color: #AFDD22;
}
.AnyTagClassName
{
color: #AFDD22;
}
</style>
background-color css
<style>
a { background-color: #AFDD22; }
a { background-color: rgb(175,221,34); }
div.DivClassName
{
background-color: #AFDD22;
}
.BgClassName
{
background-color: #AFDD22;
}
</style>
border-color css
<style>
span { border-color: #AFDD22; }
span { border-color: rgb(175,221,34); }
td.TdClassName
{
border-color: #AFDD22;
}
.TagClassName
{
border-color: #AFDD22;
}
</style>