Shades of Green Yellow #AFE533
Tints of Green Yellow #AFE533
RGB
CMYK
RGB Variations
Color information
#AFE533 (or 0xAFE533) is known color: Green Yellow. HEX triplet: AF, E5 and 33. RGB value is (175,229,51). Sum of RGB (Red+Green+Blue) = 175+229+51=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE533 is #501ACC. Grayscale: #C1C1C1. Windows color (decimal): -5249741 or 3401135. OLE color: 3401135.
HSL color Cylindrical-coordinate representation of color #AFE533: hue angle of 78.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE533 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 51 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.10 |
| HSL | 78.2º | 0.77% | 0.55% | - |
| HSV(B) | 78.2º | 0.78% | 0.9% | - |
| XYZ | 46.3 | 65.39 | 13.31 | - |
| YUV | 192.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 51 | 0.24 | 0 | 0.78 | 0.10 | 78.2 | 0.77 | 0.55 |
| Hex | AF | E5 | 33 | 18 | 0 | 4E | A | 4E | 4D | 37 |
| Octal | 257 | 345 | 63 | 30 | 0 | 116 | 12 | 116 | 115 | 67 |
| Binary | 10101111 | 11100101 | 110011 | 11000 | 0 | 1001110 | 1010 | 1001110 | 1001101 | 110111 |
Color Harmonies of #AFE533
Complementary color
Monochromatic Colors of #AFE533
Black with #AFE533
Text Example
Text Example
White with #AFE533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE533; }
p { color: rgb(175,229,51); }
H1.HeaderClassName
{
color: #AFE533;
}
.AnyTagClassName
{
color: #AFE533;
}
</style>
background-color css
<style>
a { background-color: #AFE533; }
a { background-color: rgb(175,229,51); }
div.DivClassName
{
background-color: #AFE533;
}
.BgClassName
{
background-color: #AFE533;
}
</style>
border-color css
<style>
span { border-color: #AFE533; }
span { border-color: rgb(175,229,51); }
td.TdClassName
{
border-color: #AFE533;
}
.TagClassName
{
border-color: #AFE533;
}
</style>