Shades of Inch Worm #AFDF03
Tints of Inch Worm #AFDF03
RGB
CMYK
RGB Variations
Color information
#AFDF03 (or 0xAFDF03) is known color: Inch Worm. HEX triplet: AF, DF and 03. RGB value is (175,223,3). Sum of RGB (Red+Green+Blue) = 175+223+3=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDF03 is #5020FC. Grayscale: #B8B8B8. Windows color (decimal): -5251325 or 253871. OLE color: 253871.
HSL color Cylindrical-coordinate representation of color #AFDF03: hue angle of 73.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFDF03 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.13 |
| HSL | 73.09º | 0.97% | 0.44% | - |
| HSV(B) | 73.09º | 0.99% | 0.87% | - |
| XYZ | 44.08 | 61.9 | 9.71 | - |
| YUV | 183.57 | 26.1 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 3 | 0.22 | 0 | 0.99 | 0.13 | 73.09 | 0.97 | 0.44 |
| Hex | AF | DF | 3 | 16 | 0 | 63 | D | 49 | 61 | 2C |
| Octal | 257 | 337 | 3 | 26 | 0 | 143 | 15 | 111 | 141 | 54 |
| Binary | 10101111 | 11011111 | 11 | 10110 | 0 | 1100011 | 1101 | 1001001 | 1100001 | 101100 |
Color Harmonies of #AFDF03
Complementary color
Monochromatic Colors of #AFDF03
Black with #AFDF03
Text Example
Text Example
White with #AFDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF03; }
p { color: rgb(175,223,3); }
H1.HeaderClassName
{
color: #AFDF03;
}
.AnyTagClassName
{
color: #AFDF03;
}
</style>
background-color css
<style>
a { background-color: #AFDF03; }
a { background-color: rgb(175,223,3); }
div.DivClassName
{
background-color: #AFDF03;
}
.BgClassName
{
background-color: #AFDF03;
}
</style>
border-color css
<style>
span { border-color: #AFDF03; }
span { border-color: rgb(175,223,3); }
td.TdClassName
{
border-color: #AFDF03;
}
.TagClassName
{
border-color: #AFDF03;
}
</style>