Shades of Inch Worm #AFDB03
Tints of Inch Worm #AFDB03
RGB
CMYK
RGB Variations
Color information
#AFDB03 (or 0xAFDB03) is known color: Inch Worm. HEX triplet: AF, DB and 03. RGB value is (175,219,3). Sum of RGB (Red+Green+Blue) = 175+219+3=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDB03 is #5024FC. Grayscale: #B6B6B6. Windows color (decimal): -5252349 or 252847. OLE color: 252847.
HSL color Cylindrical-coordinate representation of color #AFDB03: hue angle of 72.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFDB03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.14 |
| HSL | 72.22º | 0.97% | 0.44% | - |
| HSV(B) | 72.22º | 0.99% | 0.86% | - |
| XYZ | 43.03 | 59.78 | 9.36 | - |
| YUV | 181.22 | 27.42 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 3 | 0.20 | 0 | 0.99 | 0.14 | 72.22 | 0.97 | 0.44 |
| Hex | AF | DB | 3 | 14 | 0 | 63 | E | 48 | 61 | 2C |
| Octal | 257 | 333 | 3 | 24 | 0 | 143 | 16 | 110 | 141 | 54 |
| Binary | 10101111 | 11011011 | 11 | 10100 | 0 | 1100011 | 1110 | 1001000 | 1100001 | 101100 |
Color Harmonies of #AFDB03
Complementary color
Monochromatic Colors of #AFDB03
Black with #AFDB03
Text Example
Text Example
White with #AFDB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB03; }
p { color: rgb(175,219,3); }
H1.HeaderClassName
{
color: #AFDB03;
}
.AnyTagClassName
{
color: #AFDB03;
}
</style>
background-color css
<style>
a { background-color: #AFDB03; }
a { background-color: rgb(175,219,3); }
div.DivClassName
{
background-color: #AFDB03;
}
.BgClassName
{
background-color: #AFDB03;
}
</style>
border-color css
<style>
span { border-color: #AFDB03; }
span { border-color: rgb(175,219,3); }
td.TdClassName
{
border-color: #AFDB03;
}
.TagClassName
{
border-color: #AFDB03;
}
</style>