Shades of Inch Worm #AFDB22
Tints of Inch Worm #AFDB22
RGB
CMYK
RGB Variations
Color information
#AFDB22 (or 0xAFDB22) is known color: Inch Worm. HEX triplet: AF, DB and 22. RGB value is (175,219,34). Sum of RGB (Red+Green+Blue) = 175+219+34=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB22 is #5024DD. Grayscale: #B9B9B9. Windows color (decimal): -5252318 or 2284463. OLE color: 2284463.
HSL color Cylindrical-coordinate representation of color #AFDB22: hue angle of 74.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFDB22 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 34 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.14 |
| HSL | 74.27º | 0.73% | 0.5% | - |
| HSV(B) | 74.27º | 0.84% | 0.86% | - |
| XYZ | 43.3 | 59.89 | 10.79 | - |
| YUV | 184.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 34 | 0.20 | 0 | 0.84 | 0.14 | 74.27 | 0.73 | 0.5 |
| Hex | AF | DB | 22 | 14 | 0 | 54 | E | 4A | 49 | 32 |
| Octal | 257 | 333 | 42 | 24 | 0 | 124 | 16 | 112 | 111 | 62 |
| Binary | 10101111 | 11011011 | 100010 | 10100 | 0 | 1010100 | 1110 | 1001010 | 1001001 | 110010 |
Color Harmonies of #AFDB22
Complementary color
Monochromatic Colors of #AFDB22
Black with #AFDB22
Text Example
Text Example
White with #AFDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB22; }
p { color: rgb(175,219,34); }
H1.HeaderClassName
{
color: #AFDB22;
}
.AnyTagClassName
{
color: #AFDB22;
}
</style>
background-color css
<style>
a { background-color: #AFDB22; }
a { background-color: rgb(175,219,34); }
div.DivClassName
{
background-color: #AFDB22;
}
.BgClassName
{
background-color: #AFDB22;
}
</style>
border-color css
<style>
span { border-color: #AFDB22; }
span { border-color: rgb(175,219,34); }
td.TdClassName
{
border-color: #AFDB22;
}
.TagClassName
{
border-color: #AFDB22;
}
</style>