Shades of Green Yellow #AFEA32
Tints of Green Yellow #AFEA32
RGB
CMYK
RGB Variations
Color information
#AFEA32 (or 0xAFEA32) is known color: Green Yellow. HEX triplet: AF, EA and 32. RGB value is (175,234,50). Sum of RGB (Red+Green+Blue) = 175+234+50=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA32 is #5015CD. Grayscale: #C4C4C4. Windows color (decimal): -5248462 or 3336879. OLE color: 3336879.
HSL color Cylindrical-coordinate representation of color #AFEA32: hue angle of 79.24º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFEA32 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 50 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.08 |
| HSL | 79.24º | 0.81% | 0.56% | - |
| HSV(B) | 79.24º | 0.79% | 0.92% | - |
| XYZ | 47.68 | 68.19 | 13.67 | - |
| YUV | 195.38 | 45.95 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 50 | 0.25 | 0 | 0.79 | 0.08 | 79.24 | 0.81 | 0.56 |
| Hex | AF | EA | 32 | 19 | 0 | 4F | 8 | 4F | 51 | 38 |
| Octal | 257 | 352 | 62 | 31 | 0 | 117 | 10 | 117 | 121 | 70 |
| Binary | 10101111 | 11101010 | 110010 | 11001 | 0 | 1001111 | 1000 | 1001111 | 1010001 | 111000 |
Color Harmonies of #AFEA32
Complementary color
Monochromatic Colors of #AFEA32
Black with #AFEA32
Text Example
Text Example
White with #AFEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA32; }
p { color: rgb(175,234,50); }
H1.HeaderClassName
{
color: #AFEA32;
}
.AnyTagClassName
{
color: #AFEA32;
}
</style>
background-color css
<style>
a { background-color: #AFEA32; }
a { background-color: rgb(175,234,50); }
div.DivClassName
{
background-color: #AFEA32;
}
.BgClassName
{
background-color: #AFEA32;
}
</style>
border-color css
<style>
span { border-color: #AFEA32; }
span { border-color: rgb(175,234,50); }
td.TdClassName
{
border-color: #AFEA32;
}
.TagClassName
{
border-color: #AFEA32;
}
</style>