Shades of Inch Worm #AFE52B
Tints of Inch Worm #AFE52B
RGB
CMYK
RGB Variations
Color information
#AFE52B (or 0xAFE52B) is known color: Inch Worm. HEX triplet: AF, E5 and 2B. RGB value is (175,229,43). Sum of RGB (Red+Green+Blue) = 175+229+43=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE52B is #501AD4. Grayscale: #C0C0C0. Windows color (decimal): -5249749 or 2876847. OLE color: 2876847.
HSL color Cylindrical-coordinate representation of color #AFE52B: hue angle of 77.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFE52B is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 43 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.10 |
| HSL | 77.42º | 0.78% | 0.53% | - |
| HSV(B) | 77.42º | 0.81% | 0.9% | - |
| XYZ | 46.13 | 65.33 | 12.46 | - |
| YUV | 191.65 | 44.11 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 43 | 0.24 | 0 | 0.81 | 0.10 | 77.42 | 0.78 | 0.53 |
| Hex | AF | E5 | 2B | 18 | 0 | 51 | A | 4D | 4E | 35 |
| Octal | 257 | 345 | 53 | 30 | 0 | 121 | 12 | 115 | 116 | 65 |
| Binary | 10101111 | 11100101 | 101011 | 11000 | 0 | 1010001 | 1010 | 1001101 | 1001110 | 110101 |
Color Harmonies of #AFE52B
Complementary color
Monochromatic Colors of #AFE52B
Black with #AFE52B
Text Example
Text Example
White with #AFE52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE52B; }
p { color: rgb(175,229,43); }
H1.HeaderClassName
{
color: #AFE52B;
}
.AnyTagClassName
{
color: #AFE52B;
}
</style>
background-color css
<style>
a { background-color: #AFE52B; }
a { background-color: rgb(175,229,43); }
div.DivClassName
{
background-color: #AFE52B;
}
.BgClassName
{
background-color: #AFE52B;
}
</style>
border-color css
<style>
span { border-color: #AFE52B; }
span { border-color: rgb(175,229,43); }
td.TdClassName
{
border-color: #AFE52B;
}
.TagClassName
{
border-color: #AFE52B;
}
</style>