Shades of Green Yellow #AFE52F
Tints of Green Yellow #AFE52F
RGB
CMYK
RGB Variations
Color information
#AFE52F (or 0xAFE52F) is known color: Green Yellow. HEX triplet: AF, E5 and 2F. RGB value is (175,229,47). Sum of RGB (Red+Green+Blue) = 175+229+47=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE52F is #501AD0. Grayscale: #C0C0C0. Windows color (decimal): -5249745 or 3138991. OLE color: 3138991.
HSL color Cylindrical-coordinate representation of color #AFE52F: hue angle of 77.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE52F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.10 |
| HSL | 77.8º | 0.78% | 0.54% | - |
| HSV(B) | 77.8º | 0.79% | 0.9% | - |
| XYZ | 46.21 | 65.36 | 12.87 | - |
| YUV | 192.11 | 46.11 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 47 | 0.24 | 0 | 0.79 | 0.10 | 77.8 | 0.78 | 0.54 |
| Hex | AF | E5 | 2F | 18 | 0 | 4F | A | 4E | 4E | 36 |
| Octal | 257 | 345 | 57 | 30 | 0 | 117 | 12 | 116 | 116 | 66 |
| Binary | 10101111 | 11100101 | 101111 | 11000 | 0 | 1001111 | 1010 | 1001110 | 1001110 | 110110 |
Color Harmonies of #AFE52F
Complementary color
Monochromatic Colors of #AFE52F
Black with #AFE52F
Text Example
Text Example
White with #AFE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE52F; }
p { color: rgb(175,229,47); }
H1.HeaderClassName
{
color: #AFE52F;
}
.AnyTagClassName
{
color: #AFE52F;
}
</style>
background-color css
<style>
a { background-color: #AFE52F; }
a { background-color: rgb(175,229,47); }
div.DivClassName
{
background-color: #AFE52F;
}
.BgClassName
{
background-color: #AFE52F;
}
</style>
border-color css
<style>
span { border-color: #AFE52F; }
span { border-color: rgb(175,229,47); }
td.TdClassName
{
border-color: #AFE52F;
}
.TagClassName
{
border-color: #AFE52F;
}
</style>