Shades of Green Yellow #AFEE32
Tints of Green Yellow #AFEE32
RGB
CMYK
RGB Variations
Color information
#AFEE32 (or 0xAFEE32) is known color: Green Yellow. HEX triplet: AF, EE and 32. RGB value is (175,238,50). Sum of RGB (Red+Green+Blue) = 175+238+50=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEE32 is #5011CD. Grayscale: #C6C6C6. Windows color (decimal): -5247438 or 3337903. OLE color: 3337903.
HSL color Cylindrical-coordinate representation of color #AFEE32: hue angle of 80.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFEE32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 50 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.07 |
| HSL | 80.11º | 0.85% | 0.56% | - |
| HSV(B) | 80.11º | 0.79% | 0.93% | - |
| XYZ | 48.83 | 70.49 | 14.05 | - |
| YUV | 197.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 50 | 0.26 | 0 | 0.79 | 0.07 | 80.11 | 0.85 | 0.56 |
| Hex | AF | EE | 32 | 1A | 0 | 4F | 7 | 50 | 55 | 38 |
| Octal | 257 | 356 | 62 | 32 | 0 | 117 | 7 | 120 | 125 | 70 |
| Binary | 10101111 | 11101110 | 110010 | 11010 | 0 | 1001111 | 111 | 1010000 | 1010101 | 111000 |
Color Harmonies of #AFEE32
Complementary color
Monochromatic Colors of #AFEE32
Black with #AFEE32
Text Example
Text Example
White with #AFEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEE32; }
p { color: rgb(175,238,50); }
H1.HeaderClassName
{
color: #AFEE32;
}
.AnyTagClassName
{
color: #AFEE32;
}
</style>
background-color css
<style>
a { background-color: #AFEE32; }
a { background-color: rgb(175,238,50); }
div.DivClassName
{
background-color: #AFEE32;
}
.BgClassName
{
background-color: #AFEE32;
}
</style>
border-color css
<style>
span { border-color: #AFEE32; }
span { border-color: rgb(175,238,50); }
td.TdClassName
{
border-color: #AFEE32;
}
.TagClassName
{
border-color: #AFEE32;
}
</style>