Shades of Green Yellow #AFED32
Tints of Green Yellow #AFED32
RGB
CMYK
RGB Variations
Color information
#AFED32 (or 0xAFED32) is known color: Green Yellow. HEX triplet: AF, ED and 32. RGB value is (175,237,50). Sum of RGB (Red+Green+Blue) = 175+237+50=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED32 is #5012CD. Grayscale: #C5C5C5. Windows color (decimal): -5247694 or 3337647. OLE color: 3337647.
HSL color Cylindrical-coordinate representation of color #AFED32: hue angle of 79.89º degrees, saturation: 0.84, 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 #AFED32 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 50 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.07 |
| HSL | 79.89º | 0.84% | 0.56% | - |
| HSV(B) | 79.89º | 0.79% | 0.93% | - |
| XYZ | 48.54 | 69.91 | 13.95 | - |
| YUV | 197.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 50 | 0.26 | 0 | 0.79 | 0.07 | 79.89 | 0.84 | 0.56 |
| Hex | AF | ED | 32 | 1A | 0 | 4F | 7 | 50 | 54 | 38 |
| Octal | 257 | 355 | 62 | 32 | 0 | 117 | 7 | 120 | 124 | 70 |
| Binary | 10101111 | 11101101 | 110010 | 11010 | 0 | 1001111 | 111 | 1010000 | 1010100 | 111000 |
Color Harmonies of #AFED32
Complementary color
Monochromatic Colors of #AFED32
Black with #AFED32
Text Example
Text Example
White with #AFED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFED32; }
p { color: rgb(175,237,50); }
H1.HeaderClassName
{
color: #AFED32;
}
.AnyTagClassName
{
color: #AFED32;
}
</style>
background-color css
<style>
a { background-color: #AFED32; }
a { background-color: rgb(175,237,50); }
div.DivClassName
{
background-color: #AFED32;
}
.BgClassName
{
background-color: #AFED32;
}
</style>
border-color css
<style>
span { border-color: #AFED32; }
span { border-color: rgb(175,237,50); }
td.TdClassName
{
border-color: #AFED32;
}
.TagClassName
{
border-color: #AFED32;
}
</style>