Shades of Inch Worm #AFDA17
Tints of Inch Worm #AFDA17
RGB
CMYK
RGB Variations
Color information
#AFDA17 (or 0xAFDA17) is known color: Inch Worm. HEX triplet: AF, DA and 17. RGB value is (175,218,23). Sum of RGB (Red+Green+Blue) = 175+218+23=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDA17 is #5025E8. Grayscale: #B7B7B7. Windows color (decimal): -5252585 or 1563311. OLE color: 1563311.
HSL color Cylindrical-coordinate representation of color #AFDA17: hue angle of 73.23º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFDA17 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 23 | - |
| CMYK | 0.20 | 0 | 0.89 | 0.15 |
| HSL | 73.23º | 0.81% | 0.47% | - |
| HSV(B) | 73.23º | 0.89% | 0.85% | - |
| XYZ | 42.91 | 59.32 | 10 | - |
| YUV | 182.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 23 | 0.20 | 0 | 0.89 | 0.15 | 73.23 | 0.81 | 0.47 |
| Hex | AF | DA | 17 | 14 | 0 | 59 | F | 49 | 51 | 2F |
| Octal | 257 | 332 | 27 | 24 | 0 | 131 | 17 | 111 | 121 | 57 |
| Binary | 10101111 | 11011010 | 10111 | 10100 | 0 | 1011001 | 1111 | 1001001 | 1010001 | 101111 |
Color Harmonies of #AFDA17
Complementary color
Monochromatic Colors of #AFDA17
Black with #AFDA17
Text Example
Text Example
White with #AFDA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA17; }
p { color: rgb(175,218,23); }
H1.HeaderClassName
{
color: #AFDA17;
}
.AnyTagClassName
{
color: #AFDA17;
}
</style>
background-color css
<style>
a { background-color: #AFDA17; }
a { background-color: rgb(175,218,23); }
div.DivClassName
{
background-color: #AFDA17;
}
.BgClassName
{
background-color: #AFDA17;
}
</style>
border-color css
<style>
span { border-color: #AFDA17; }
span { border-color: rgb(175,218,23); }
td.TdClassName
{
border-color: #AFDA17;
}
.TagClassName
{
border-color: #AFDA17;
}
</style>