Shades of Green Yellow #AFFF3E
Tints of Green Yellow #AFFF3E
RGB
CMYK
RGB Variations
Color information
#AFFF3E (or 0xAFFF3E) is known color: Green Yellow. HEX triplet: AF, FF and 3E. RGB value is (175,255,62). Sum of RGB (Red+Green+Blue) = 175+255+62=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFF3E is #5000C1. Grayscale: #D1D1D1. Windows color (decimal): -5243074 or 4128687. OLE color: 4128687.
HSL color Cylindrical-coordinate representation of color #AFFF3E: hue angle of 84.87º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFFF3E is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 62 | - |
| CMYK | 0.31 | 0 | 0.76 | 0 |
| HSL | 84.87º | 1% | 0.62% | - |
| HSV(B) | 84.87º | 0.76% | 1% | - |
| XYZ | 54.31 | 80.98 | 17.33 | - |
| YUV | 209.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 62 | 0.31 | 0 | 0.76 | 0 | 84.87 | 1 | 0.62 |
| Hex | AF | FF | 3E | 1F | 0 | 4C | 0 | 55 | 64 | 3E |
| Octal | 257 | 377 | 76 | 37 | 0 | 114 | 0 | 125 | 144 | 76 |
| Binary | 10101111 | 11111111 | 111110 | 11111 | 0 | 1001100 | 0 | 1010101 | 1100100 | 111110 |
Color Harmonies of #AFFF3E
Complementary color
Monochromatic Colors of #AFFF3E
Black with #AFFF3E
Text Example
Text Example
White with #AFFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF3E; }
p { color: rgb(175,255,62); }
H1.HeaderClassName
{
color: #AFFF3E;
}
.AnyTagClassName
{
color: #AFFF3E;
}
</style>
background-color css
<style>
a { background-color: #AFFF3E; }
a { background-color: rgb(175,255,62); }
div.DivClassName
{
background-color: #AFFF3E;
}
.BgClassName
{
background-color: #AFFF3E;
}
</style>
border-color css
<style>
span { border-color: #AFFF3E; }
span { border-color: rgb(175,255,62); }
td.TdClassName
{
border-color: #AFFF3E;
}
.TagClassName
{
border-color: #AFFF3E;
}
</style>