Shades of Green Yellow #AFF521
Tints of Green Yellow #AFF521
RGB
CMYK
RGB Variations
Color information
#AFF521 (or 0xAFF521) is known color: Green Yellow. HEX triplet: AF, F5 and 21. RGB value is (175,245,33). Sum of RGB (Red+Green+Blue) = 175+245+33=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF521 is #500ADE. Grayscale: #C8C8C8. Windows color (decimal): -5245663 or 2225583. OLE color: 2225583.
HSL color Cylindrical-coordinate representation of color #AFF521: hue angle of 79.81º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFF521 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 33 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.04 |
| HSL | 79.81º | 0.91% | 0.55% | - |
| HSV(B) | 79.81º | 0.87% | 0.96% | - |
| XYZ | 50.61 | 74.53 | 13.16 | - |
| YUV | 199.9 | 33.81 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 33 | 0.29 | 0 | 0.87 | 0.04 | 79.81 | 0.91 | 0.55 |
| Hex | AF | F5 | 21 | 1D | 0 | 57 | 4 | 50 | 5B | 37 |
| Octal | 257 | 365 | 41 | 35 | 0 | 127 | 4 | 120 | 133 | 67 |
| Binary | 10101111 | 11110101 | 100001 | 11101 | 0 | 1010111 | 100 | 1010000 | 1011011 | 110111 |
Color Harmonies of #AFF521
Complementary color
Monochromatic Colors of #AFF521
Black with #AFF521
Text Example
Text Example
White with #AFF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF521; }
p { color: rgb(175,245,33); }
H1.HeaderClassName
{
color: #AFF521;
}
.AnyTagClassName
{
color: #AFF521;
}
</style>
background-color css
<style>
a { background-color: #AFF521; }
a { background-color: rgb(175,245,33); }
div.DivClassName
{
background-color: #AFF521;
}
.BgClassName
{
background-color: #AFF521;
}
</style>
border-color css
<style>
span { border-color: #AFF521; }
span { border-color: rgb(175,245,33); }
td.TdClassName
{
border-color: #AFF521;
}
.TagClassName
{
border-color: #AFF521;
}
</style>