Shades of Green Yellow #AEFE40
Tints of Green Yellow #AEFE40
RGB
CMYK
RGB Variations
Color information
#AEFE40 (or 0xAEFE40) is known color: Green Yellow. HEX triplet: AE, FE and 40. RGB value is (174,254,64). Sum of RGB (Red+Green+Blue) = 174+254+64=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFE40 is #5101BF. Grayscale: #D1D1D1. Windows color (decimal): -5308864 or 4259502. OLE color: 4259502.
HSL color Cylindrical-coordinate representation of color #AEFE40: hue angle of 85.26º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEFE40 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 254 | 64 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.00 |
| HSL | 85.26º | 0.99% | 0.62% | - |
| HSV(B) | 85.26º | 0.75% | 1% | - |
| XYZ | 53.82 | 80.25 | 17.5 | - |
| YUV | 208.42 | 46.5 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 254 | 64 | 0.31 | 0 | 0.75 | 0.00 | 85.26 | 0.99 | 0.62 |
| Hex | AE | FE | 40 | 1F | 0 | 4B | 0 | 55 | 63 | 3E |
| Octal | 256 | 376 | 100 | 37 | 0 | 113 | 0 | 125 | 143 | 76 |
| Binary | 10101110 | 11111110 | 1000000 | 11111 | 0 | 1001011 | 0 | 1010101 | 1100011 | 111110 |
Color Harmonies of #AEFE40
Complementary color
Monochromatic Colors of #AEFE40
Black with #AEFE40
Text Example
Text Example
White with #AEFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFE40; }
p { color: rgb(174,254,64); }
H1.HeaderClassName
{
color: #AEFE40;
}
.AnyTagClassName
{
color: #AEFE40;
}
</style>
background-color css
<style>
a { background-color: #AEFE40; }
a { background-color: rgb(174,254,64); }
div.DivClassName
{
background-color: #AEFE40;
}
.BgClassName
{
background-color: #AEFE40;
}
</style>
border-color css
<style>
span { border-color: #AEFE40; }
span { border-color: rgb(174,254,64); }
td.TdClassName
{
border-color: #AEFE40;
}
.TagClassName
{
border-color: #AEFE40;
}
</style>