Shades of Green Yellow #AFF321
Tints of Green Yellow #AFF321
RGB
CMYK
RGB Variations
Color information
#AFF321 (or 0xAFF321) is known color: Green Yellow. HEX triplet: AF, F3 and 21. RGB value is (175,243,33). Sum of RGB (Red+Green+Blue) = 175+243+33=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF321 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF321 is #500CDE. Grayscale: #C7C7C7. Windows color (decimal): -5246175 or 2225071. OLE color: 2225071.
HSL color Cylindrical-coordinate representation of color #AFF321: hue angle of 79.43º degrees, saturation: 0.9, 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 #AFF321 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 33 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.05 |
| HSL | 79.43º | 0.9% | 0.54% | - |
| HSV(B) | 79.43º | 0.86% | 0.95% | - |
| XYZ | 50 | 73.32 | 12.96 | - |
| YUV | 198.73 | 34.47 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 33 | 0.28 | 0 | 0.86 | 0.05 | 79.43 | 0.9 | 0.54 |
| Hex | AF | F3 | 21 | 1C | 0 | 56 | 5 | 4F | 5A | 36 |
| Octal | 257 | 363 | 41 | 34 | 0 | 126 | 5 | 117 | 132 | 66 |
| Binary | 10101111 | 11110011 | 100001 | 11100 | 0 | 1010110 | 101 | 1001111 | 1011010 | 110110 |
Color Harmonies of #AFF321
Complementary color
Monochromatic Colors of #AFF321
Black with #AFF321
Text Example
Text Example
White with #AFF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF321; }
p { color: rgb(175,243,33); }
H1.HeaderClassName
{
color: #AFF321;
}
.AnyTagClassName
{
color: #AFF321;
}
</style>
background-color css
<style>
a { background-color: #AFF321; }
a { background-color: rgb(175,243,33); }
div.DivClassName
{
background-color: #AFF321;
}
.BgClassName
{
background-color: #AFF321;
}
</style>
border-color css
<style>
span { border-color: #AFF321; }
span { border-color: rgb(175,243,33); }
td.TdClassName
{
border-color: #AFF321;
}
.TagClassName
{
border-color: #AFF321;
}
</style>