Shades of Inch Worm #AFDB05
Tints of Inch Worm #AFDB05
RGB
CMYK
RGB Variations
Color information
#AFDB05 (or 0xAFDB05) is known color: Inch Worm. HEX triplet: AF, DB and 05. RGB value is (175,219,5). Sum of RGB (Red+Green+Blue) = 175+219+5=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB05 is #5024FA. Grayscale: #B6B6B6. Windows color (decimal): -5252347 or 383919. OLE color: 383919.
HSL color Cylindrical-coordinate representation of color #AFDB05: hue angle of 72.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFDB05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.14 |
| HSL | 72.34º | 0.96% | 0.44% | - |
| HSV(B) | 72.34º | 0.98% | 0.86% | - |
| XYZ | 43.04 | 59.79 | 9.42 | - |
| YUV | 181.45 | 28.42 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 5 | 0.20 | 0 | 0.98 | 0.14 | 72.34 | 0.96 | 0.44 |
| Hex | AF | DB | 5 | 14 | 0 | 62 | E | 48 | 60 | 2C |
| Octal | 257 | 333 | 5 | 24 | 0 | 142 | 16 | 110 | 140 | 54 |
| Binary | 10101111 | 11011011 | 101 | 10100 | 0 | 1100010 | 1110 | 1001000 | 1100000 | 101100 |
Color Harmonies of #AFDB05
Complementary color
Monochromatic Colors of #AFDB05
Black with #AFDB05
Text Example
Text Example
White with #AFDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB05; }
p { color: rgb(175,219,5); }
H1.HeaderClassName
{
color: #AFDB05;
}
.AnyTagClassName
{
color: #AFDB05;
}
</style>
background-color css
<style>
a { background-color: #AFDB05; }
a { background-color: rgb(175,219,5); }
div.DivClassName
{
background-color: #AFDB05;
}
.BgClassName
{
background-color: #AFDB05;
}
</style>
border-color css
<style>
span { border-color: #AFDB05; }
span { border-color: rgb(175,219,5); }
td.TdClassName
{
border-color: #AFDB05;
}
.TagClassName
{
border-color: #AFDB05;
}
</style>