Shades of Green Yellow #AFFF21
Tints of Green Yellow #AFFF21
RGB
CMYK
RGB Variations
Color information
#AFFF21 (or 0xAFFF21) is known color: Green Yellow. HEX triplet: AF, FF and 21. RGB value is (175,255,33). Sum of RGB (Red+Green+Blue) = 175+255+33=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF21 is #5000DE. Grayscale: #CECECE. Windows color (decimal): -5243103 or 2228143. OLE color: 2228143.
HSL color Cylindrical-coordinate representation of color #AFFF21: hue angle of 81.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFFF21 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 33 | - |
| CMYK | 0.31 | 0 | 0.87 | 0 |
| HSL | 81.62º | 1% | 0.56% | - |
| HSV(B) | 81.62º | 0.87% | 1% | - |
| XYZ | 53.71 | 80.74 | 14.19 | - |
| YUV | 205.77 | 30.5 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 33 | 0.31 | 0 | 0.87 | 0 | 81.62 | 1 | 0.56 |
| Hex | AF | FF | 21 | 1F | 0 | 57 | 0 | 52 | 64 | 38 |
| Octal | 257 | 377 | 41 | 37 | 0 | 127 | 0 | 122 | 144 | 70 |
| Binary | 10101111 | 11111111 | 100001 | 11111 | 0 | 1010111 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #AFFF21
Complementary color
Monochromatic Colors of #AFFF21
Black with #AFFF21
Text Example
Text Example
White with #AFFF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF21; }
p { color: rgb(175,255,33); }
H1.HeaderClassName
{
color: #AFFF21;
}
.AnyTagClassName
{
color: #AFFF21;
}
</style>
background-color css
<style>
a { background-color: #AFFF21; }
a { background-color: rgb(175,255,33); }
div.DivClassName
{
background-color: #AFFF21;
}
.BgClassName
{
background-color: #AFFF21;
}
</style>
border-color css
<style>
span { border-color: #AFFF21; }
span { border-color: rgb(175,255,33); }
td.TdClassName
{
border-color: #AFFF21;
}
.TagClassName
{
border-color: #AFFF21;
}
</style>