Shades of Inch Worm #AFE529
Tints of Inch Worm #AFE529
RGB
CMYK
RGB Variations
Color information
#AFE529 (or 0xAFE529) is known color: Inch Worm. HEX triplet: AF, E5 and 29. RGB value is (175,229,41). Sum of RGB (Red+Green+Blue) = 175+229+41=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE529 is #501AD6. Grayscale: #C0C0C0. Windows color (decimal): -5249751 or 2745775. OLE color: 2745775.
HSL color Cylindrical-coordinate representation of color #AFE529: hue angle of 77.23º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFE529 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 41 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.10 |
| HSL | 77.23º | 0.78% | 0.53% | - |
| HSV(B) | 77.23º | 0.82% | 0.9% | - |
| XYZ | 46.1 | 65.31 | 12.27 | - |
| YUV | 191.42 | 43.11 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 41 | 0.24 | 0 | 0.82 | 0.10 | 77.23 | 0.78 | 0.53 |
| Hex | AF | E5 | 29 | 18 | 0 | 52 | A | 4D | 4E | 35 |
| Octal | 257 | 345 | 51 | 30 | 0 | 122 | 12 | 115 | 116 | 65 |
| Binary | 10101111 | 11100101 | 101001 | 11000 | 0 | 1010010 | 1010 | 1001101 | 1001110 | 110101 |
Color Harmonies of #AFE529
Complementary color
Monochromatic Colors of #AFE529
Black with #AFE529
Text Example
Text Example
White with #AFE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE529; }
p { color: rgb(175,229,41); }
H1.HeaderClassName
{
color: #AFE529;
}
.AnyTagClassName
{
color: #AFE529;
}
</style>
background-color css
<style>
a { background-color: #AFE529; }
a { background-color: rgb(175,229,41); }
div.DivClassName
{
background-color: #AFE529;
}
.BgClassName
{
background-color: #AFE529;
}
</style>
border-color css
<style>
span { border-color: #AFE529; }
span { border-color: rgb(175,229,41); }
td.TdClassName
{
border-color: #AFE529;
}
.TagClassName
{
border-color: #AFE529;
}
</style>