Shades of Inch Worm #AFD303
Tints of Inch Worm #AFD303
RGB
CMYK
RGB Variations
Color information
#AFD303 (or 0xAFD303) is known color: Inch Worm. HEX triplet: AF, D3 and 03. RGB value is (175,211,3). Sum of RGB (Red+Green+Blue) = 175+211+3=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD303 is #502CFC. Grayscale: #B1B1B1. Windows color (decimal): -5254397 or 250799. OLE color: 250799.
HSL color Cylindrical-coordinate representation of color #AFD303: hue angle of 70.38º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFD303 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.17 |
| HSL | 70.38º | 0.97% | 0.42% | - |
| HSV(B) | 70.38º | 0.99% | 0.83% | - |
| XYZ | 40.99 | 55.71 | 8.68 | - |
| YUV | 176.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 3 | 0.17 | 0 | 0.99 | 0.17 | 70.38 | 0.97 | 0.42 |
| Hex | AF | D3 | 3 | 11 | 0 | 63 | 11 | 46 | 61 | 2A |
| Octal | 257 | 323 | 3 | 21 | 0 | 143 | 21 | 106 | 141 | 52 |
| Binary | 10101111 | 11010011 | 11 | 10001 | 0 | 1100011 | 10001 | 1000110 | 1100001 | 101010 |
Color Harmonies of #AFD303
Complementary color
Monochromatic Colors of #AFD303
Black with #AFD303
Text Example
Text Example
White with #AFD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD303; }
p { color: rgb(175,211,3); }
H1.HeaderClassName
{
color: #AFD303;
}
.AnyTagClassName
{
color: #AFD303;
}
</style>
background-color css
<style>
a { background-color: #AFD303; }
a { background-color: rgb(175,211,3); }
div.DivClassName
{
background-color: #AFD303;
}
.BgClassName
{
background-color: #AFD303;
}
</style>
border-color css
<style>
span { border-color: #AFD303; }
span { border-color: rgb(175,211,3); }
td.TdClassName
{
border-color: #AFD303;
}
.TagClassName
{
border-color: #AFD303;
}
</style>