Shades of Inch Worm #AFDF16
Tints of Inch Worm #AFDF16
RGB
CMYK
RGB Variations
Color information
#AFDF16 (or 0xAFDF16) is known color: Inch Worm. HEX triplet: AF, DF and 16. RGB value is (175,223,22). Sum of RGB (Red+Green+Blue) = 175+223+22=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF16 is #5020E9. Grayscale: #BABABA. Windows color (decimal): -5251306 or 1499055. OLE color: 1499055.
HSL color Cylindrical-coordinate representation of color #AFDF16: hue angle of 74.33º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDF16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.13 |
| HSL | 74.33º | 0.82% | 0.48% | - |
| HSV(B) | 74.33º | 0.9% | 0.87% | - |
| XYZ | 44.21 | 61.95 | 10.39 | - |
| YUV | 185.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 22 | 0.22 | 0 | 0.90 | 0.13 | 74.33 | 0.82 | 0.48 |
| Hex | AF | DF | 16 | 16 | 0 | 5A | D | 4A | 52 | 30 |
| Octal | 257 | 337 | 26 | 26 | 0 | 132 | 15 | 112 | 122 | 60 |
| Binary | 10101111 | 11011111 | 10110 | 10110 | 0 | 1011010 | 1101 | 1001010 | 1010010 | 110000 |
Color Harmonies of #AFDF16
Complementary color
Monochromatic Colors of #AFDF16
Black with #AFDF16
Text Example
Text Example
White with #AFDF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF16; }
p { color: rgb(175,223,22); }
H1.HeaderClassName
{
color: #AFDF16;
}
.AnyTagClassName
{
color: #AFDF16;
}
</style>
background-color css
<style>
a { background-color: #AFDF16; }
a { background-color: rgb(175,223,22); }
div.DivClassName
{
background-color: #AFDF16;
}
.BgClassName
{
background-color: #AFDF16;
}
</style>
border-color css
<style>
span { border-color: #AFDF16; }
span { border-color: rgb(175,223,22); }
td.TdClassName
{
border-color: #AFDF16;
}
.TagClassName
{
border-color: #AFDF16;
}
</style>