Shades of Inch Worm #AFDB04
Tints of Inch Worm #AFDB04
RGB
CMYK
RGB Variations
Color information
#AFDB04 (or 0xAFDB04) is known color: Inch Worm. HEX triplet: AF, DB and 04. RGB value is (175,219,4). Sum of RGB (Red+Green+Blue) = 175+219+4=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB04 is #5024FB. Grayscale: #B6B6B6. Windows color (decimal): -5252348 or 318383. OLE color: 318383.
HSL color Cylindrical-coordinate representation of color #AFDB04: hue angle of 72.28º 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 #AFDB04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.14 |
| HSL | 72.28º | 0.96% | 0.44% | - |
| HSV(B) | 72.28º | 0.98% | 0.86% | - |
| XYZ | 43.03 | 59.79 | 9.39 | - |
| YUV | 181.33 | 27.92 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 4 | 0.20 | 0 | 0.98 | 0.14 | 72.28 | 0.96 | 0.44 |
| Hex | AF | DB | 4 | 14 | 0 | 62 | E | 48 | 60 | 2C |
| Octal | 257 | 333 | 4 | 24 | 0 | 142 | 16 | 110 | 140 | 54 |
| Binary | 10101111 | 11011011 | 100 | 10100 | 0 | 1100010 | 1110 | 1001000 | 1100000 | 101100 |
Color Harmonies of #AFDB04
Complementary color
Monochromatic Colors of #AFDB04
Black with #AFDB04
Text Example
Text Example
White with #AFDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB04; }
p { color: rgb(175,219,4); }
H1.HeaderClassName
{
color: #AFDB04;
}
.AnyTagClassName
{
color: #AFDB04;
}
</style>
background-color css
<style>
a { background-color: #AFDB04; }
a { background-color: rgb(175,219,4); }
div.DivClassName
{
background-color: #AFDB04;
}
.BgClassName
{
background-color: #AFDB04;
}
</style>
border-color css
<style>
span { border-color: #AFDB04; }
span { border-color: rgb(175,219,4); }
td.TdClassName
{
border-color: #AFDB04;
}
.TagClassName
{
border-color: #AFDB04;
}
</style>