Shades of Green Yellow #AFFF37
Tints of Green Yellow #AFFF37
RGB
CMYK
RGB Variations
Color information
#AFFF37 (or 0xAFFF37) is known color: Green Yellow. HEX triplet: AF, FF and 37. RGB value is (175,255,55). Sum of RGB (Red+Green+Blue) = 175+255+55=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF37 is #5000C8. Grayscale: #D1D1D1. Windows color (decimal): -5243081 or 3669935. OLE color: 3669935.
HSL color Cylindrical-coordinate representation of color #AFFF37: hue angle of 84º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFFF37 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 55 | - |
| CMYK | 0.31 | 0 | 0.78 | 0 |
| HSL | 84º | 1% | 0.61% | - |
| HSV(B) | 84º | 0.78% | 1% | - |
| XYZ | 54.13 | 80.91 | 16.38 | - |
| YUV | 208.28 | 41.5 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 55 | 0.31 | 0 | 0.78 | 0 | 84 | 1 | 0.61 |
| Hex | AF | FF | 37 | 1F | 0 | 4E | 0 | 54 | 64 | 3D |
| Octal | 257 | 377 | 67 | 37 | 0 | 116 | 0 | 124 | 144 | 75 |
| Binary | 10101111 | 11111111 | 110111 | 11111 | 0 | 1001110 | 0 | 1010100 | 1100100 | 111101 |
Color Harmonies of #AFFF37
Complementary color
Monochromatic Colors of #AFFF37
Black with #AFFF37
Text Example
Text Example
White with #AFFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF37; }
p { color: rgb(175,255,55); }
H1.HeaderClassName
{
color: #AFFF37;
}
.AnyTagClassName
{
color: #AFFF37;
}
</style>
background-color css
<style>
a { background-color: #AFFF37; }
a { background-color: rgb(175,255,55); }
div.DivClassName
{
background-color: #AFFF37;
}
.BgClassName
{
background-color: #AFFF37;
}
</style>
border-color css
<style>
span { border-color: #AFFF37; }
span { border-color: rgb(175,255,55); }
td.TdClassName
{
border-color: #AFFF37;
}
.TagClassName
{
border-color: #AFFF37;
}
</style>