Shades of Inch Worm #AFDE1D
Tints of Inch Worm #AFDE1D
RGB
CMYK
RGB Variations
Color information
#AFDE1D (or 0xAFDE1D) is known color: Inch Worm. HEX triplet: AF, DE and 1D. RGB value is (175,222,29). Sum of RGB (Red+Green+Blue) = 175+222+29=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE1D is #5021E2. Grayscale: #BABABA. Windows color (decimal): -5251555 or 1957551. OLE color: 1957551.
HSL color Cylindrical-coordinate representation of color #AFDE1D: hue angle of 74.61º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFDE1D is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 29 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.13 |
| HSL | 74.61º | 0.77% | 0.49% | - |
| HSV(B) | 74.61º | 0.87% | 0.87% | - |
| XYZ | 44.02 | 61.45 | 10.7 | - |
| YUV | 185.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 29 | 0.21 | 0 | 0.87 | 0.13 | 74.61 | 0.77 | 0.49 |
| Hex | AF | DE | 1D | 15 | 0 | 57 | D | 4B | 4D | 31 |
| Octal | 257 | 336 | 35 | 25 | 0 | 127 | 15 | 113 | 115 | 61 |
| Binary | 10101111 | 11011110 | 11101 | 10101 | 0 | 1010111 | 1101 | 1001011 | 1001101 | 110001 |
Color Harmonies of #AFDE1D
Complementary color
Monochromatic Colors of #AFDE1D
Black with #AFDE1D
Text Example
Text Example
White with #AFDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE1D; }
p { color: rgb(175,222,29); }
H1.HeaderClassName
{
color: #AFDE1D;
}
.AnyTagClassName
{
color: #AFDE1D;
}
</style>
background-color css
<style>
a { background-color: #AFDE1D; }
a { background-color: rgb(175,222,29); }
div.DivClassName
{
background-color: #AFDE1D;
}
.BgClassName
{
background-color: #AFDE1D;
}
</style>
border-color css
<style>
span { border-color: #AFDE1D; }
span { border-color: rgb(175,222,29); }
td.TdClassName
{
border-color: #AFDE1D;
}
.TagClassName
{
border-color: #AFDE1D;
}
</style>