Shades of Green Yellow #AFEE3F
Tints of Green Yellow #AFEE3F
RGB
CMYK
RGB Variations
Color information
#AFEE3F (or 0xAFEE3F) is known color: Green Yellow. HEX triplet: AF, EE and 3F. RGB value is (175,238,63). Sum of RGB (Red+Green+Blue) = 175+238+63=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE3F is #5011C0. Grayscale: #C7C7C7. Windows color (decimal): -5247425 or 4189871. OLE color: 4189871.
HSL color Cylindrical-coordinate representation of color #AFEE3F: hue angle of 81.6º 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 #AFEE3F is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 63 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.07 |
| HSL | 81.6º | 0.84% | 0.59% | - |
| HSV(B) | 81.6º | 0.74% | 0.93% | - |
| XYZ | 49.15 | 70.62 | 15.74 | - |
| YUV | 199.21 | 51.13 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 63 | 0.26 | 0 | 0.74 | 0.07 | 81.6 | 0.84 | 0.59 |
| Hex | AF | EE | 3F | 1A | 0 | 4A | 7 | 52 | 54 | 3B |
| Octal | 257 | 356 | 77 | 32 | 0 | 112 | 7 | 122 | 124 | 73 |
| Binary | 10101111 | 11101110 | 111111 | 11010 | 0 | 1001010 | 111 | 1010010 | 1010100 | 111011 |
Color Harmonies of #AFEE3F
Complementary color
Monochromatic Colors of #AFEE3F
Black with #AFEE3F
Text Example
Text Example
White with #AFEE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE3F; }
p { color: rgb(175,238,63); }
H1.HeaderClassName
{
color: #AFEE3F;
}
.AnyTagClassName
{
color: #AFEE3F;
}
</style>
background-color css
<style>
a { background-color: #AFEE3F; }
a { background-color: rgb(175,238,63); }
div.DivClassName
{
background-color: #AFEE3F;
}
.BgClassName
{
background-color: #AFEE3F;
}
</style>
border-color css
<style>
span { border-color: #AFEE3F; }
span { border-color: rgb(175,238,63); }
td.TdClassName
{
border-color: #AFEE3F;
}
.TagClassName
{
border-color: #AFEE3F;
}
</style>