Shades of Green Yellow #AFFF19
Tints of Green Yellow #AFFF19
RGB
CMYK
RGB Variations
Color information
#AFFF19 (or 0xAFFF19) is known color: Green Yellow. HEX triplet: AF, FF and 19. RGB value is (175,255,25). Sum of RGB (Red+Green+Blue) = 175+255+25=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFF19 is #5000E6. Grayscale: #CDCDCD. Windows color (decimal): -5243111 or 1703855. OLE color: 1703855.
HSL color Cylindrical-coordinate representation of color #AFFF19: hue angle of 80.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFFF19 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 25 | - |
| CMYK | 0.31 | 0 | 0.90 | 0 |
| HSL | 80.87º | 1% | 0.55% | - |
| HSV(B) | 80.87º | 0.9% | 1% | - |
| XYZ | 53.61 | 80.7 | 13.67 | - |
| YUV | 204.86 | 26.5 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 25 | 0.31 | 0 | 0.90 | 0 | 80.87 | 1 | 0.55 |
| Hex | AF | FF | 19 | 1F | 0 | 5A | 0 | 51 | 64 | 37 |
| Octal | 257 | 377 | 31 | 37 | 0 | 132 | 0 | 121 | 144 | 67 |
| Binary | 10101111 | 11111111 | 11001 | 11111 | 0 | 1011010 | 0 | 1010001 | 1100100 | 110111 |
Color Harmonies of #AFFF19
Complementary color
Monochromatic Colors of #AFFF19
Black with #AFFF19
Text Example
Text Example
White with #AFFF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF19; }
p { color: rgb(175,255,25); }
H1.HeaderClassName
{
color: #AFFF19;
}
.AnyTagClassName
{
color: #AFFF19;
}
</style>
background-color css
<style>
a { background-color: #AFFF19; }
a { background-color: rgb(175,255,25); }
div.DivClassName
{
background-color: #AFFF19;
}
.BgClassName
{
background-color: #AFFF19;
}
</style>
border-color css
<style>
span { border-color: #AFFF19; }
span { border-color: rgb(175,255,25); }
td.TdClassName
{
border-color: #AFFF19;
}
.TagClassName
{
border-color: #AFFF19;
}
</style>