Shades of Green Yellow #AFEF3E
Tints of Green Yellow #AFEF3E
RGB
CMYK
RGB Variations
Color information
#AFEF3E (or 0xAFEF3E) is known color: Green Yellow. HEX triplet: AF, EF and 3E. RGB value is (175,239,62). Sum of RGB (Red+Green+Blue) = 175+239+62=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF3E is #5010C1. Grayscale: #C8C8C8. Windows color (decimal): -5247170 or 4124591. OLE color: 4124591.
HSL color Cylindrical-coordinate representation of color #AFEF3E: hue angle of 81.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFEF3E is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 62 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.06 |
| HSL | 81.69º | 0.85% | 0.59% | - |
| HSV(B) | 81.69º | 0.74% | 0.94% | - |
| XYZ | 49.42 | 71.19 | 15.69 | - |
| YUV | 199.69 | 50.3 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 62 | 0.27 | 0 | 0.74 | 0.06 | 81.69 | 0.85 | 0.59 |
| Hex | AF | EF | 3E | 1B | 0 | 4A | 6 | 52 | 55 | 3B |
| Octal | 257 | 357 | 76 | 33 | 0 | 112 | 6 | 122 | 125 | 73 |
| Binary | 10101111 | 11101111 | 111110 | 11011 | 0 | 1001010 | 110 | 1010010 | 1010101 | 111011 |
Color Harmonies of #AFEF3E
Complementary color
Monochromatic Colors of #AFEF3E
Black with #AFEF3E
Text Example
Text Example
White with #AFEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF3E; }
p { color: rgb(175,239,62); }
H1.HeaderClassName
{
color: #AFEF3E;
}
.AnyTagClassName
{
color: #AFEF3E;
}
</style>
background-color css
<style>
a { background-color: #AFEF3E; }
a { background-color: rgb(175,239,62); }
div.DivClassName
{
background-color: #AFEF3E;
}
.BgClassName
{
background-color: #AFEF3E;
}
</style>
border-color css
<style>
span { border-color: #AFEF3E; }
span { border-color: rgb(175,239,62); }
td.TdClassName
{
border-color: #AFEF3E;
}
.TagClassName
{
border-color: #AFEF3E;
}
</style>