Shades of Inch Worm #AFDB19
Tints of Inch Worm #AFDB19
RGB
CMYK
RGB Variations
Color information
#AFDB19 (or 0xAFDB19) is known color: Inch Worm. HEX triplet: AF, DB and 19. RGB value is (175,219,25). Sum of RGB (Red+Green+Blue) = 175+219+25=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB19 is #5024E6. Grayscale: #B8B8B8. Windows color (decimal): -5252327 or 1694639. OLE color: 1694639.
HSL color Cylindrical-coordinate representation of color #AFDB19: hue angle of 73.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDB19 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 25 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.14 |
| HSL | 73.61º | 0.8% | 0.48% | - |
| HSV(B) | 73.61º | 0.89% | 0.86% | - |
| XYZ | 43.19 | 59.85 | 10.2 | - |
| YUV | 183.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 25 | 0.20 | 0 | 0.89 | 0.14 | 73.61 | 0.8 | 0.48 |
| Hex | AF | DB | 19 | 14 | 0 | 59 | E | 4A | 50 | 30 |
| Octal | 257 | 333 | 31 | 24 | 0 | 131 | 16 | 112 | 120 | 60 |
| Binary | 10101111 | 11011011 | 11001 | 10100 | 0 | 1011001 | 1110 | 1001010 | 1010000 | 110000 |
Color Harmonies of #AFDB19
Complementary color
Monochromatic Colors of #AFDB19
Black with #AFDB19
Text Example
Text Example
White with #AFDB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB19; }
p { color: rgb(175,219,25); }
H1.HeaderClassName
{
color: #AFDB19;
}
.AnyTagClassName
{
color: #AFDB19;
}
</style>
background-color css
<style>
a { background-color: #AFDB19; }
a { background-color: rgb(175,219,25); }
div.DivClassName
{
background-color: #AFDB19;
}
.BgClassName
{
background-color: #AFDB19;
}
</style>
border-color css
<style>
span { border-color: #AFDB19; }
span { border-color: rgb(175,219,25); }
td.TdClassName
{
border-color: #AFDB19;
}
.TagClassName
{
border-color: #AFDB19;
}
</style>