Shades of Inch Worm #AFE71D
Tints of Inch Worm #AFE71D
RGB
CMYK
RGB Variations
Color information
#AFE71D (or 0xAFE71D) is known color: Inch Worm. HEX triplet: AF, E7 and 1D. RGB value is (175,231,29). Sum of RGB (Red+Green+Blue) = 175+231+29=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE71D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE71D is #5018E2. Grayscale: #BFBFBF. Windows color (decimal): -5249251 or 1959855. OLE color: 1959855.
HSL color Cylindrical-coordinate representation of color #AFE71D: hue angle of 76.63º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFE71D is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 29 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.09 |
| HSL | 76.63º | 0.81% | 0.51% | - |
| HSV(B) | 76.63º | 0.87% | 0.91% | - |
| XYZ | 46.48 | 66.35 | 11.52 | - |
| YUV | 191.23 | 36.45 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 29 | 0.24 | 0 | 0.87 | 0.09 | 76.63 | 0.81 | 0.51 |
| Hex | AF | E7 | 1D | 18 | 0 | 57 | 9 | 4D | 51 | 33 |
| Octal | 257 | 347 | 35 | 30 | 0 | 127 | 11 | 115 | 121 | 63 |
| Binary | 10101111 | 11100111 | 11101 | 11000 | 0 | 1010111 | 1001 | 1001101 | 1010001 | 110011 |
Color Harmonies of #AFE71D
Complementary color
Monochromatic Colors of #AFE71D
Black with #AFE71D
Text Example
Text Example
White with #AFE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE71D; }
p { color: rgb(175,231,29); }
H1.HeaderClassName
{
color: #AFE71D;
}
.AnyTagClassName
{
color: #AFE71D;
}
</style>
background-color css
<style>
a { background-color: #AFE71D; }
a { background-color: rgb(175,231,29); }
div.DivClassName
{
background-color: #AFE71D;
}
.BgClassName
{
background-color: #AFE71D;
}
</style>
border-color css
<style>
span { border-color: #AFE71D; }
span { border-color: rgb(175,231,29); }
td.TdClassName
{
border-color: #AFE71D;
}
.TagClassName
{
border-color: #AFE71D;
}
</style>