Shades of Inch Worm #AFDD08
Tints of Inch Worm #AFDD08
RGB
CMYK
RGB Variations
Color information
#AFDD08 (or 0xAFDD08) is known color: Inch Worm. HEX triplet: AF, DD and 08. RGB value is (175,221,8). Sum of RGB (Red+Green+Blue) = 175+221+8=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD08 is #5022F7. Grayscale: #B7B7B7. Windows color (decimal): -5251832 or 581039. OLE color: 581039.
HSL color Cylindrical-coordinate representation of color #AFDD08: hue angle of 72.96º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFDD08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.13 |
| HSL | 72.96º | 0.93% | 0.45% | - |
| HSV(B) | 72.96º | 0.96% | 0.87% | - |
| XYZ | 43.58 | 60.84 | 9.68 | - |
| YUV | 182.96 | 29.26 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 8 | 0.21 | 0 | 0.96 | 0.13 | 72.96 | 0.93 | 0.45 |
| Hex | AF | DD | 8 | 15 | 0 | 60 | D | 49 | 5D | 2D |
| Octal | 257 | 335 | 10 | 25 | 0 | 140 | 15 | 111 | 135 | 55 |
| Binary | 10101111 | 11011101 | 1000 | 10101 | 0 | 1100000 | 1101 | 1001001 | 1011101 | 101101 |
Color Harmonies of #AFDD08
Complementary color
Monochromatic Colors of #AFDD08
Black with #AFDD08
Text Example
Text Example
White with #AFDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD08; }
p { color: rgb(175,221,8); }
H1.HeaderClassName
{
color: #AFDD08;
}
.AnyTagClassName
{
color: #AFDD08;
}
</style>
background-color css
<style>
a { background-color: #AFDD08; }
a { background-color: rgb(175,221,8); }
div.DivClassName
{
background-color: #AFDD08;
}
.BgClassName
{
background-color: #AFDD08;
}
</style>
border-color css
<style>
span { border-color: #AFDD08; }
span { border-color: rgb(175,221,8); }
td.TdClassName
{
border-color: #AFDD08;
}
.TagClassName
{
border-color: #AFDD08;
}
</style>