Shades of Green Yellow #AEFF4B
Tints of Green Yellow #AEFF4B
RGB
CMYK
RGB Variations
Color information
#AEFF4B (or 0xAEFF4B) is known color: Green Yellow. HEX triplet: AE, FF and 4B. RGB value is (174,255,75). Sum of RGB (Red+Green+Blue) = 174+255+75=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEFF4B is #5100B4. Grayscale: #D2D2D2. Windows color (decimal): -5308597 or 4980654. OLE color: 4980654.
HSL color Cylindrical-coordinate representation of color #AEFF4B: hue angle of 87º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AEFF4B is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 255 | 75 | - |
| CMYK | 0.32 | 0 | 0.71 | 0 |
| HSL | 87º | 1% | 0.65% | - |
| HSV(B) | 87º | 0.71% | 1% | - |
| XYZ | 54.49 | 81.03 | 19.42 | - |
| YUV | 210.26 | 51.66 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 255 | 75 | 0.32 | 0 | 0.71 | 0 | 87 | 1 | 0.65 |
| Hex | AE | FF | 4B | 20 | 0 | 47 | 0 | 57 | 64 | 41 |
| Octal | 256 | 377 | 113 | 40 | 0 | 107 | 0 | 127 | 144 | 101 |
| Binary | 10101110 | 11111111 | 1001011 | 100000 | 0 | 1000111 | 0 | 1010111 | 1100100 | 1000001 |
Color Harmonies of #AEFF4B
Complementary color
Monochromatic Colors of #AEFF4B
Black with #AEFF4B
Text Example
Text Example
White with #AEFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFF4B; }
p { color: rgb(174,255,75); }
H1.HeaderClassName
{
color: #AEFF4B;
}
.AnyTagClassName
{
color: #AEFF4B;
}
</style>
background-color css
<style>
a { background-color: #AEFF4B; }
a { background-color: rgb(174,255,75); }
div.DivClassName
{
background-color: #AEFF4B;
}
.BgClassName
{
background-color: #AEFF4B;
}
</style>
border-color css
<style>
span { border-color: #AEFF4B; }
span { border-color: rgb(174,255,75); }
td.TdClassName
{
border-color: #AEFF4B;
}
.TagClassName
{
border-color: #AEFF4B;
}
</style>