Shades of Green Yellow #AEFD32
Tints of Green Yellow #AEFD32
RGB
CMYK
RGB Variations
Color information
#AEFD32 (or 0xAEFD32) is known color: Green Yellow. HEX triplet: AE, FD and 32. RGB value is (174,253,50). Sum of RGB (Red+Green+Blue) = 174+253+50=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFD32 is #5102CD. Grayscale: #CECECE. Windows color (decimal): -5309134 or 3341742. OLE color: 3341742.
HSL color Cylindrical-coordinate representation of color #AEFD32: hue angle of 83.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AEFD32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 50 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.01 |
| HSL | 83.35º | 0.98% | 0.59% | - |
| HSV(B) | 83.35º | 0.8% | 0.99% | - |
| XYZ | 53.16 | 79.48 | 15.56 | - |
| YUV | 206.24 | 39.83 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 50 | 0.31 | 0 | 0.80 | 0.01 | 83.35 | 0.98 | 0.59 |
| Hex | AE | FD | 32 | 1F | 0 | 50 | 1 | 53 | 62 | 3B |
| Octal | 256 | 375 | 62 | 37 | 0 | 120 | 1 | 123 | 142 | 73 |
| Binary | 10101110 | 11111101 | 110010 | 11111 | 0 | 1010000 | 1 | 1010011 | 1100010 | 111011 |
Color Harmonies of #AEFD32
Complementary color
Monochromatic Colors of #AEFD32
Black with #AEFD32
Text Example
Text Example
White with #AEFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFD32; }
p { color: rgb(174,253,50); }
H1.HeaderClassName
{
color: #AEFD32;
}
.AnyTagClassName
{
color: #AEFD32;
}
</style>
background-color css
<style>
a { background-color: #AEFD32; }
a { background-color: rgb(174,253,50); }
div.DivClassName
{
background-color: #AEFD32;
}
.BgClassName
{
background-color: #AEFD32;
}
</style>
border-color css
<style>
span { border-color: #AEFD32; }
span { border-color: rgb(174,253,50); }
td.TdClassName
{
border-color: #AEFD32;
}
.TagClassName
{
border-color: #AEFD32;
}
</style>