Shades of Green Yellow #AFF52A
Tints of Green Yellow #AFF52A
RGB
CMYK
RGB Variations
Color information
#AFF52A (or 0xAFF52A) is known color: Green Yellow. HEX triplet: AF, F5 and 2A. RGB value is (175,245,42). Sum of RGB (Red+Green+Blue) = 175+245+42=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 42 (16.80% from 255 or 9.09% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF52A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF52A is #500AD5. Grayscale: #C9C9C9. Windows color (decimal): -5245654 or 2815407. OLE color: 2815407.
HSL color Cylindrical-coordinate representation of color #AFF52A: hue angle of 80.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFF52A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 42 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.04 |
| HSL | 80.69º | 0.91% | 0.56% | - |
| HSV(B) | 80.69º | 0.83% | 0.96% | - |
| XYZ | 50.75 | 74.59 | 13.91 | - |
| YUV | 200.93 | 38.31 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 42 | 0.29 | 0 | 0.83 | 0.04 | 80.69 | 0.91 | 0.56 |
| Hex | AF | F5 | 2A | 1D | 0 | 53 | 4 | 51 | 5B | 38 |
| Octal | 257 | 365 | 52 | 35 | 0 | 123 | 4 | 121 | 133 | 70 |
| Binary | 10101111 | 11110101 | 101010 | 11101 | 0 | 1010011 | 100 | 1010001 | 1011011 | 111000 |
Color Harmonies of #AFF52A
Complementary color
Monochromatic Colors of #AFF52A
Black with #AFF52A
Text Example
Text Example
White with #AFF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF52A; }
p { color: rgb(175,245,42); }
H1.HeaderClassName
{
color: #AFF52A;
}
.AnyTagClassName
{
color: #AFF52A;
}
</style>
background-color css
<style>
a { background-color: #AFF52A; }
a { background-color: rgb(175,245,42); }
div.DivClassName
{
background-color: #AFF52A;
}
.BgClassName
{
background-color: #AFF52A;
}
</style>
border-color css
<style>
span { border-color: #AFF52A; }
span { border-color: rgb(175,245,42); }
td.TdClassName
{
border-color: #AFF52A;
}
.TagClassName
{
border-color: #AFF52A;
}
</style>