Shades of Green Yellow #AFE531
Tints of Green Yellow #AFE531
RGB
CMYK
RGB Variations
Color information
#AFE531 (or 0xAFE531) is known color: Green Yellow. HEX triplet: AF, E5 and 31. RGB value is (175,229,49). Sum of RGB (Red+Green+Blue) = 175+229+49=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE531 is #501ACE. Grayscale: #C0C0C0. Windows color (decimal): -5249743 or 3270063. OLE color: 3270063.
HSL color Cylindrical-coordinate representation of color #AFE531: hue angle of 78º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE531 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 49 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.10 |
| HSL | 78º | 0.78% | 0.55% | - |
| HSV(B) | 78º | 0.79% | 0.9% | - |
| XYZ | 46.25 | 65.37 | 13.09 | - |
| YUV | 192.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 49 | 0.24 | 0 | 0.79 | 0.10 | 78 | 0.78 | 0.55 |
| Hex | AF | E5 | 31 | 18 | 0 | 4F | A | 4E | 4E | 37 |
| Octal | 257 | 345 | 61 | 30 | 0 | 117 | 12 | 116 | 116 | 67 |
| Binary | 10101111 | 11100101 | 110001 | 11000 | 0 | 1001111 | 1010 | 1001110 | 1001110 | 110111 |
Color Harmonies of #AFE531
Complementary color
Monochromatic Colors of #AFE531
Black with #AFE531
Text Example
Text Example
White with #AFE531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE531; }
p { color: rgb(175,229,49); }
H1.HeaderClassName
{
color: #AFE531;
}
.AnyTagClassName
{
color: #AFE531;
}
</style>
background-color css
<style>
a { background-color: #AFE531; }
a { background-color: rgb(175,229,49); }
div.DivClassName
{
background-color: #AFE531;
}
.BgClassName
{
background-color: #AFE531;
}
</style>
border-color css
<style>
span { border-color: #AFE531; }
span { border-color: rgb(175,229,49); }
td.TdClassName
{
border-color: #AFE531;
}
.TagClassName
{
border-color: #AFE531;
}
</style>