Shades of Green Yellow #AFF221
Tints of Green Yellow #AFF221
RGB
CMYK
RGB Variations
Color information
#AFF221 (or 0xAFF221) is known color: Green Yellow. HEX triplet: AF, F2 and 21. RGB value is (175,242,33). Sum of RGB (Red+Green+Blue) = 175+242+33=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF221 is #500DDE. Grayscale: #C6C6C6. Windows color (decimal): -5246431 or 2224815. OLE color: 2224815.
HSL color Cylindrical-coordinate representation of color #AFF221: hue angle of 79.23º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFF221 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 33 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.05 |
| HSL | 79.23º | 0.89% | 0.54% | - |
| HSV(B) | 79.23º | 0.86% | 0.95% | - |
| XYZ | 49.71 | 72.73 | 12.86 | - |
| YUV | 198.14 | 34.8 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 33 | 0.28 | 0 | 0.86 | 0.05 | 79.23 | 0.89 | 0.54 |
| Hex | AF | F2 | 21 | 1C | 0 | 56 | 5 | 4F | 59 | 36 |
| Octal | 257 | 362 | 41 | 34 | 0 | 126 | 5 | 117 | 131 | 66 |
| Binary | 10101111 | 11110010 | 100001 | 11100 | 0 | 1010110 | 101 | 1001111 | 1011001 | 110110 |
Color Harmonies of #AFF221
Complementary color
Monochromatic Colors of #AFF221
Black with #AFF221
Text Example
Text Example
White with #AFF221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF221; }
p { color: rgb(175,242,33); }
H1.HeaderClassName
{
color: #AFF221;
}
.AnyTagClassName
{
color: #AFF221;
}
</style>
background-color css
<style>
a { background-color: #AFF221; }
a { background-color: rgb(175,242,33); }
div.DivClassName
{
background-color: #AFF221;
}
.BgClassName
{
background-color: #AFF221;
}
</style>
border-color css
<style>
span { border-color: #AFF221; }
span { border-color: rgb(175,242,33); }
td.TdClassName
{
border-color: #AFF221;
}
.TagClassName
{
border-color: #AFF221;
}
</style>