Shades of Inch Worm #AFDC28
Tints of Inch Worm #AFDC28
RGB
CMYK
RGB Variations
Color information
#AFDC28 (or 0xAFDC28) is known color: Inch Worm. HEX triplet: AF, DC and 28. RGB value is (175,220,40). Sum of RGB (Red+Green+Blue) = 175+220+40=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC28 is #5023D7. Grayscale: #BABABA. Windows color (decimal): -5252056 or 2677935. OLE color: 2677935.
HSL color Cylindrical-coordinate representation of color #AFDC28: hue angle of 75º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFDC28 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 40 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.14 |
| HSL | 75º | 0.72% | 0.51% | - |
| HSV(B) | 75º | 0.82% | 0.86% | - |
| XYZ | 43.66 | 60.45 | 11.38 | - |
| YUV | 186.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 40 | 0.20 | 0 | 0.82 | 0.14 | 75 | 0.72 | 0.51 |
| Hex | AF | DC | 28 | 14 | 0 | 52 | E | 4B | 48 | 33 |
| Octal | 257 | 334 | 50 | 24 | 0 | 122 | 16 | 113 | 110 | 63 |
| Binary | 10101111 | 11011100 | 101000 | 10100 | 0 | 1010010 | 1110 | 1001011 | 1001000 | 110011 |
Color Harmonies of #AFDC28
Complementary color
Monochromatic Colors of #AFDC28
Black with #AFDC28
Text Example
Text Example
White with #AFDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC28; }
p { color: rgb(175,220,40); }
H1.HeaderClassName
{
color: #AFDC28;
}
.AnyTagClassName
{
color: #AFDC28;
}
</style>
background-color css
<style>
a { background-color: #AFDC28; }
a { background-color: rgb(175,220,40); }
div.DivClassName
{
background-color: #AFDC28;
}
.BgClassName
{
background-color: #AFDC28;
}
</style>
border-color css
<style>
span { border-color: #AFDC28; }
span { border-color: rgb(175,220,40); }
td.TdClassName
{
border-color: #AFDC28;
}
.TagClassName
{
border-color: #AFDC28;
}
</style>