Shades of Inch Worm #AFDB0D
Tints of Inch Worm #AFDB0D
RGB
CMYK
RGB Variations
Color information
#AFDB0D (or 0xAFDB0D) is known color: Inch Worm. HEX triplet: AF, DB and 0D. RGB value is (175,219,13). Sum of RGB (Red+Green+Blue) = 175+219+13=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB0D is #5024F2. Grayscale: #B7B7B7. Windows color (decimal): -5252339 or 908207. OLE color: 908207.
HSL color Cylindrical-coordinate representation of color #AFDB0D: hue angle of 72.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFDB0D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.14 |
| HSL | 72.82º | 0.89% | 0.45% | - |
| HSV(B) | 72.82º | 0.94% | 0.86% | - |
| XYZ | 43.08 | 59.81 | 9.65 | - |
| YUV | 182.36 | 32.42 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 13 | 0.20 | 0 | 0.94 | 0.14 | 72.82 | 0.89 | 0.45 |
| Hex | AF | DB | D | 14 | 0 | 5E | E | 49 | 59 | 2D |
| Octal | 257 | 333 | 15 | 24 | 0 | 136 | 16 | 111 | 131 | 55 |
| Binary | 10101111 | 11011011 | 1101 | 10100 | 0 | 1011110 | 1110 | 1001001 | 1011001 | 101101 |
Color Harmonies of #AFDB0D
Complementary color
Monochromatic Colors of #AFDB0D
Black with #AFDB0D
Text Example
Text Example
White with #AFDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB0D; }
p { color: rgb(175,219,13); }
H1.HeaderClassName
{
color: #AFDB0D;
}
.AnyTagClassName
{
color: #AFDB0D;
}
</style>
background-color css
<style>
a { background-color: #AFDB0D; }
a { background-color: rgb(175,219,13); }
div.DivClassName
{
background-color: #AFDB0D;
}
.BgClassName
{
background-color: #AFDB0D;
}
</style>
border-color css
<style>
span { border-color: #AFDB0D; }
span { border-color: rgb(175,219,13); }
td.TdClassName
{
border-color: #AFDB0D;
}
.TagClassName
{
border-color: #AFDB0D;
}
</style>