Shades of Green Yellow #AFEE3E
Tints of Green Yellow #AFEE3E
RGB
CMYK
RGB Variations
Color information
#AFEE3E (or 0xAFEE3E) is known color: Green Yellow. HEX triplet: AF, EE and 3E. RGB value is (175,238,62). Sum of RGB (Red+Green+Blue) = 175+238+62=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE3E is #5011C1. Grayscale: #C7C7C7. Windows color (decimal): -5247426 or 4124335. OLE color: 4124335.
HSL color Cylindrical-coordinate representation of color #AFEE3E: hue angle of 81.48º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFEE3E is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 62 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.07 |
| HSL | 81.48º | 0.84% | 0.59% | - |
| HSV(B) | 81.48º | 0.74% | 0.93% | - |
| XYZ | 49.12 | 70.61 | 15.6 | - |
| YUV | 199.1 | 50.63 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 62 | 0.26 | 0 | 0.74 | 0.07 | 81.48 | 0.84 | 0.59 |
| Hex | AF | EE | 3E | 1A | 0 | 4A | 7 | 51 | 54 | 3B |
| Octal | 257 | 356 | 76 | 32 | 0 | 112 | 7 | 121 | 124 | 73 |
| Binary | 10101111 | 11101110 | 111110 | 11010 | 0 | 1001010 | 111 | 1010001 | 1010100 | 111011 |
Color Harmonies of #AFEE3E
Complementary color
Monochromatic Colors of #AFEE3E
Black with #AFEE3E
Text Example
Text Example
White with #AFEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE3E; }
p { color: rgb(175,238,62); }
H1.HeaderClassName
{
color: #AFEE3E;
}
.AnyTagClassName
{
color: #AFEE3E;
}
</style>
background-color css
<style>
a { background-color: #AFEE3E; }
a { background-color: rgb(175,238,62); }
div.DivClassName
{
background-color: #AFEE3E;
}
.BgClassName
{
background-color: #AFEE3E;
}
</style>
border-color css
<style>
span { border-color: #AFEE3E; }
span { border-color: rgb(175,238,62); }
td.TdClassName
{
border-color: #AFEE3E;
}
.TagClassName
{
border-color: #AFEE3E;
}
</style>