Shades of Green Yellow #AFFF2F
Tints of Green Yellow #AFFF2F
RGB
CMYK
RGB Variations
Color information
#AFFF2F (or 0xAFFF2F) is known color: Green Yellow. HEX triplet: AF, FF and 2F. RGB value is (175,255,47). Sum of RGB (Red+Green+Blue) = 175+255+47=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF2F is #5000D0. Grayscale: #D0D0D0. Windows color (decimal): -5243089 or 3145647. OLE color: 3145647.
HSL color Cylindrical-coordinate representation of color #AFFF2F: hue angle of 83.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFFF2F is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 47 | - |
| CMYK | 0.31 | 0 | 0.82 | 0 |
| HSL | 83.08º | 1% | 0.59% | - |
| HSV(B) | 83.08º | 0.82% | 1% | - |
| XYZ | 53.95 | 80.84 | 15.45 | - |
| YUV | 207.37 | 37.5 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 47 | 0.31 | 0 | 0.82 | 0 | 83.08 | 1 | 0.59 |
| Hex | AF | FF | 2F | 1F | 0 | 52 | 0 | 53 | 64 | 3B |
| Octal | 257 | 377 | 57 | 37 | 0 | 122 | 0 | 123 | 144 | 73 |
| Binary | 10101111 | 11111111 | 101111 | 11111 | 0 | 1010010 | 0 | 1010011 | 1100100 | 111011 |
Color Harmonies of #AFFF2F
Complementary color
Monochromatic Colors of #AFFF2F
Black with #AFFF2F
Text Example
Text Example
White with #AFFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF2F; }
p { color: rgb(175,255,47); }
H1.HeaderClassName
{
color: #AFFF2F;
}
.AnyTagClassName
{
color: #AFFF2F;
}
</style>
background-color css
<style>
a { background-color: #AFFF2F; }
a { background-color: rgb(175,255,47); }
div.DivClassName
{
background-color: #AFFF2F;
}
.BgClassName
{
background-color: #AFFF2F;
}
</style>
border-color css
<style>
span { border-color: #AFFF2F; }
span { border-color: rgb(175,255,47); }
td.TdClassName
{
border-color: #AFFF2F;
}
.TagClassName
{
border-color: #AFFF2F;
}
</style>