Shades of Inch Worm #AFE52D
Tints of Inch Worm #AFE52D
RGB
CMYK
RGB Variations
Color information
#AFE52D (or 0xAFE52D) is known color: Inch Worm. HEX triplet: AF, E5 and 2D. RGB value is (175,229,45). Sum of RGB (Red+Green+Blue) = 175+229+45=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE52D is #501AD2. Grayscale: #C0C0C0. Windows color (decimal): -5249747 or 3007919. OLE color: 3007919.
HSL color Cylindrical-coordinate representation of color #AFE52D: hue angle of 77.61º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFE52D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 45 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.10 |
| HSL | 77.61º | 0.78% | 0.54% | - |
| HSV(B) | 77.61º | 0.8% | 0.9% | - |
| XYZ | 46.17 | 65.34 | 12.66 | - |
| YUV | 191.88 | 45.11 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 45 | 0.24 | 0 | 0.80 | 0.10 | 77.61 | 0.78 | 0.54 |
| Hex | AF | E5 | 2D | 18 | 0 | 50 | A | 4E | 4E | 36 |
| Octal | 257 | 345 | 55 | 30 | 0 | 120 | 12 | 116 | 116 | 66 |
| Binary | 10101111 | 11100101 | 101101 | 11000 | 0 | 1010000 | 1010 | 1001110 | 1001110 | 110110 |
Color Harmonies of #AFE52D
Complementary color
Monochromatic Colors of #AFE52D
Black with #AFE52D
Text Example
Text Example
White with #AFE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE52D; }
p { color: rgb(175,229,45); }
H1.HeaderClassName
{
color: #AFE52D;
}
.AnyTagClassName
{
color: #AFE52D;
}
</style>
background-color css
<style>
a { background-color: #AFE52D; }
a { background-color: rgb(175,229,45); }
div.DivClassName
{
background-color: #AFE52D;
}
.BgClassName
{
background-color: #AFE52D;
}
</style>
border-color css
<style>
span { border-color: #AFE52D; }
span { border-color: rgb(175,229,45); }
td.TdClassName
{
border-color: #AFE52D;
}
.TagClassName
{
border-color: #AFE52D;
}
</style>