Shades of Inch Worm #AFDE1C
Tints of Inch Worm #AFDE1C
RGB
CMYK
RGB Variations
Color information
#AFDE1C (or 0xAFDE1C) is known color: Inch Worm. HEX triplet: AF, DE and 1C. RGB value is (175,222,28). Sum of RGB (Red+Green+Blue) = 175+222+28=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE1C is #5021E3. Grayscale: #BABABA. Windows color (decimal): -5251556 or 1892015. OLE color: 1892015.
HSL color Cylindrical-coordinate representation of color #AFDE1C: hue angle of 74.54º degrees, saturation: 0.78, 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 #AFDE1C is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 28 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.13 |
| HSL | 74.54º | 0.78% | 0.49% | - |
| HSV(B) | 74.54º | 0.87% | 0.87% | - |
| XYZ | 44.01 | 61.44 | 10.64 | - |
| YUV | 185.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 28 | 0.21 | 0 | 0.87 | 0.13 | 74.54 | 0.78 | 0.49 |
| Hex | AF | DE | 1C | 15 | 0 | 57 | D | 4B | 4E | 31 |
| Octal | 257 | 336 | 34 | 25 | 0 | 127 | 15 | 113 | 116 | 61 |
| Binary | 10101111 | 11011110 | 11100 | 10101 | 0 | 1010111 | 1101 | 1001011 | 1001110 | 110001 |
Color Harmonies of #AFDE1C
Complementary color
Monochromatic Colors of #AFDE1C
Black with #AFDE1C
Text Example
Text Example
White with #AFDE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE1C; }
p { color: rgb(175,222,28); }
H1.HeaderClassName
{
color: #AFDE1C;
}
.AnyTagClassName
{
color: #AFDE1C;
}
</style>
background-color css
<style>
a { background-color: #AFDE1C; }
a { background-color: rgb(175,222,28); }
div.DivClassName
{
background-color: #AFDE1C;
}
.BgClassName
{
background-color: #AFDE1C;
}
</style>
border-color css
<style>
span { border-color: #AFDE1C; }
span { border-color: rgb(175,222,28); }
td.TdClassName
{
border-color: #AFDE1C;
}
.TagClassName
{
border-color: #AFDE1C;
}
</style>