Shades of Inch Worm #AFDC20
Tints of Inch Worm #AFDC20
RGB
CMYK
RGB Variations
Color information
#AFDC20 (or 0xAFDC20) is known color: Inch Worm. HEX triplet: AF, DC and 20. RGB value is (175,220,32). Sum of RGB (Red+Green+Blue) = 175+220+32=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC20 is #5023DF. Grayscale: #B9B9B9. Windows color (decimal): -5252064 or 2153647. OLE color: 2153647.
HSL color Cylindrical-coordinate representation of color #AFDC20: hue angle of 74.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFDC20 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 32 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.14 |
| HSL | 74.36º | 0.75% | 0.49% | - |
| HSV(B) | 74.36º | 0.85% | 0.86% | - |
| XYZ | 43.53 | 60.4 | 10.73 | - |
| YUV | 185.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 32 | 0.20 | 0 | 0.85 | 0.14 | 74.36 | 0.75 | 0.49 |
| Hex | AF | DC | 20 | 14 | 0 | 55 | E | 4A | 4B | 31 |
| Octal | 257 | 334 | 40 | 24 | 0 | 125 | 16 | 112 | 113 | 61 |
| Binary | 10101111 | 11011100 | 100000 | 10100 | 0 | 1010101 | 1110 | 1001010 | 1001011 | 110001 |
Color Harmonies of #AFDC20
Complementary color
Monochromatic Colors of #AFDC20
Black with #AFDC20
Text Example
Text Example
White with #AFDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC20; }
p { color: rgb(175,220,32); }
H1.HeaderClassName
{
color: #AFDC20;
}
.AnyTagClassName
{
color: #AFDC20;
}
</style>
background-color css
<style>
a { background-color: #AFDC20; }
a { background-color: rgb(175,220,32); }
div.DivClassName
{
background-color: #AFDC20;
}
.BgClassName
{
background-color: #AFDC20;
}
</style>
border-color css
<style>
span { border-color: #AFDC20; }
span { border-color: rgb(175,220,32); }
td.TdClassName
{
border-color: #AFDC20;
}
.TagClassName
{
border-color: #AFDC20;
}
</style>