Shades of Green Yellow #AFEC36
Tints of Green Yellow #AFEC36
RGB
CMYK
RGB Variations
Color information
#AFEC36 (or 0xAFEC36) is known color: Green Yellow. HEX triplet: AF, EC and 36. RGB value is (175,236,54). Sum of RGB (Red+Green+Blue) = 175+236+54=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEC36 is #5013C9. Grayscale: #C5C5C5. Windows color (decimal): -5247946 or 3599535. OLE color: 3599535.
HSL color Cylindrical-coordinate representation of color #AFEC36: hue angle of 80.11º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFEC36 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 54 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.07 |
| HSL | 80.11º | 0.83% | 0.57% | - |
| HSV(B) | 80.11º | 0.77% | 0.93% | - |
| XYZ | 48.34 | 69.37 | 14.33 | - |
| YUV | 197.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 54 | 0.26 | 0 | 0.77 | 0.07 | 80.11 | 0.83 | 0.57 |
| Hex | AF | EC | 36 | 1A | 0 | 4D | 7 | 50 | 53 | 39 |
| Octal | 257 | 354 | 66 | 32 | 0 | 115 | 7 | 120 | 123 | 71 |
| Binary | 10101111 | 11101100 | 110110 | 11010 | 0 | 1001101 | 111 | 1010000 | 1010011 | 111001 |
Color Harmonies of #AFEC36
Complementary color
Monochromatic Colors of #AFEC36
Black with #AFEC36
Text Example
Text Example
White with #AFEC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEC36; }
p { color: rgb(175,236,54); }
H1.HeaderClassName
{
color: #AFEC36;
}
.AnyTagClassName
{
color: #AFEC36;
}
</style>
background-color css
<style>
a { background-color: #AFEC36; }
a { background-color: rgb(175,236,54); }
div.DivClassName
{
background-color: #AFEC36;
}
.BgClassName
{
background-color: #AFEC36;
}
</style>
border-color css
<style>
span { border-color: #AFEC36; }
span { border-color: rgb(175,236,54); }
td.TdClassName
{
border-color: #AFEC36;
}
.TagClassName
{
border-color: #AFEC36;
}
</style>