Shades of Green Yellow #AFEE3A
Tints of Green Yellow #AFEE3A
RGB
CMYK
RGB Variations
Color information
#AFEE3A (or 0xAFEE3A) is known color: Green Yellow. HEX triplet: AF, EE and 3A. RGB value is (175,238,58). Sum of RGB (Red+Green+Blue) = 175+238+58=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE3A is #5011C5. Grayscale: #C7C7C7. Windows color (decimal): -5247430 or 3862191. OLE color: 3862191.
HSL color Cylindrical-coordinate representation of color #AFEE3A: hue angle of 81º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFEE3A is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 58 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.07 |
| HSL | 81º | 0.84% | 0.58% | - |
| HSV(B) | 81º | 0.76% | 0.93% | - |
| XYZ | 49.02 | 70.57 | 15.04 | - |
| YUV | 198.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 58 | 0.26 | 0 | 0.76 | 0.07 | 81 | 0.84 | 0.58 |
| Hex | AF | EE | 3A | 1A | 0 | 4C | 7 | 51 | 54 | 3A |
| Octal | 257 | 356 | 72 | 32 | 0 | 114 | 7 | 121 | 124 | 72 |
| Binary | 10101111 | 11101110 | 111010 | 11010 | 0 | 1001100 | 111 | 1010001 | 1010100 | 111010 |
Color Harmonies of #AFEE3A
Complementary color
Monochromatic Colors of #AFEE3A
Black with #AFEE3A
Text Example
Text Example
White with #AFEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE3A; }
p { color: rgb(175,238,58); }
H1.HeaderClassName
{
color: #AFEE3A;
}
.AnyTagClassName
{
color: #AFEE3A;
}
</style>
background-color css
<style>
a { background-color: #AFEE3A; }
a { background-color: rgb(175,238,58); }
div.DivClassName
{
background-color: #AFEE3A;
}
.BgClassName
{
background-color: #AFEE3A;
}
</style>
border-color css
<style>
span { border-color: #AFEE3A; }
span { border-color: rgb(175,238,58); }
td.TdClassName
{
border-color: #AFEE3A;
}
.TagClassName
{
border-color: #AFEE3A;
}
</style>