Shades of Inch Worm #AFDD15
Tints of Inch Worm #AFDD15
RGB
CMYK
RGB Variations
Color information
#AFDD15 (or 0xAFDD15) is known color: Inch Worm. HEX triplet: AF, DD and 15. RGB value is (175,221,21). Sum of RGB (Red+Green+Blue) = 175+221+21=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFDD15 is #5022EA. Grayscale: #B9B9B9. Windows color (decimal): -5251819 or 1433007. OLE color: 1433007.
HSL color Cylindrical-coordinate representation of color #AFDD15: hue angle of 73.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFDD15 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 21 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.13 |
| HSL | 73.8º | 0.83% | 0.47% | - |
| HSV(B) | 73.8º | 0.9% | 0.87% | - |
| XYZ | 43.67 | 60.88 | 10.16 | - |
| YUV | 184.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 21 | 0.21 | 0 | 0.90 | 0.13 | 73.8 | 0.83 | 0.47 |
| Hex | AF | DD | 15 | 15 | 0 | 5A | D | 4A | 53 | 2F |
| Octal | 257 | 335 | 25 | 25 | 0 | 132 | 15 | 112 | 123 | 57 |
| Binary | 10101111 | 11011101 | 10101 | 10101 | 0 | 1011010 | 1101 | 1001010 | 1010011 | 101111 |
Color Harmonies of #AFDD15
Complementary color
Monochromatic Colors of #AFDD15
Black with #AFDD15
Text Example
Text Example
White with #AFDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD15; }
p { color: rgb(175,221,21); }
H1.HeaderClassName
{
color: #AFDD15;
}
.AnyTagClassName
{
color: #AFDD15;
}
</style>
background-color css
<style>
a { background-color: #AFDD15; }
a { background-color: rgb(175,221,21); }
div.DivClassName
{
background-color: #AFDD15;
}
.BgClassName
{
background-color: #AFDD15;
}
</style>
border-color css
<style>
span { border-color: #AFDD15; }
span { border-color: rgb(175,221,21); }
td.TdClassName
{
border-color: #AFDD15;
}
.TagClassName
{
border-color: #AFDD15;
}
</style>