Shades of Green Yellow #AFFE2A
Tints of Green Yellow #AFFE2A
RGB
CMYK
RGB Variations
Color information
#AFFE2A (or 0xAFFE2A) is known color: Green Yellow. HEX triplet: AF, FE and 2A. RGB value is (175,254,42). Sum of RGB (Red+Green+Blue) = 175+254+42=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFE2A is #5001D5. Grayscale: #CECECE. Windows color (decimal): -5243350 or 2817711. OLE color: 2817711.
HSL color Cylindrical-coordinate representation of color #AFFE2A: hue angle of 82.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFFE2A is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 42 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.00 |
| HSL | 82.36º | 0.99% | 0.58% | - |
| HSV(B) | 82.36º | 0.83% | 1% | - |
| XYZ | 53.54 | 80.16 | 14.84 | - |
| YUV | 206.21 | 35.33 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 42 | 0.31 | 0 | 0.83 | 0.00 | 82.36 | 0.99 | 0.58 |
| Hex | AF | FE | 2A | 1F | 0 | 53 | 0 | 52 | 63 | 3A |
| Octal | 257 | 376 | 52 | 37 | 0 | 123 | 0 | 122 | 143 | 72 |
| Binary | 10101111 | 11111110 | 101010 | 11111 | 0 | 1010011 | 0 | 1010010 | 1100011 | 111010 |
Color Harmonies of #AFFE2A
Complementary color
Monochromatic Colors of #AFFE2A
Black with #AFFE2A
Text Example
Text Example
White with #AFFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE2A; }
p { color: rgb(175,254,42); }
H1.HeaderClassName
{
color: #AFFE2A;
}
.AnyTagClassName
{
color: #AFFE2A;
}
</style>
background-color css
<style>
a { background-color: #AFFE2A; }
a { background-color: rgb(175,254,42); }
div.DivClassName
{
background-color: #AFFE2A;
}
.BgClassName
{
background-color: #AFFE2A;
}
</style>
border-color css
<style>
span { border-color: #AFFE2A; }
span { border-color: rgb(175,254,42); }
td.TdClassName
{
border-color: #AFFE2A;
}
.TagClassName
{
border-color: #AFFE2A;
}
</style>