Shades of Green Yellow #AFEB2C
Tints of Green Yellow #AFEB2C
RGB
CMYK
RGB Variations
Color information
#AFEB2C (or 0xAFEB2C) is known color: Green Yellow. HEX triplet: AF, EB and 2C. RGB value is (175,235,44). Sum of RGB (Red+Green+Blue) = 175+235+44=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB2C is #5014D3. Grayscale: #C3C3C3. Windows color (decimal): -5248212 or 2943919. OLE color: 2943919.
HSL color Cylindrical-coordinate representation of color #AFEB2C: hue angle of 78.85º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFEB2C is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 44 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.08 |
| HSL | 78.85º | 0.83% | 0.55% | - |
| HSV(B) | 78.85º | 0.81% | 0.92% | - |
| XYZ | 47.84 | 68.71 | 13.12 | - |
| YUV | 195.29 | 42.62 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 44 | 0.26 | 0 | 0.81 | 0.08 | 78.85 | 0.83 | 0.55 |
| Hex | AF | EB | 2C | 1A | 0 | 51 | 8 | 4F | 53 | 37 |
| Octal | 257 | 353 | 54 | 32 | 0 | 121 | 10 | 117 | 123 | 67 |
| Binary | 10101111 | 11101011 | 101100 | 11010 | 0 | 1010001 | 1000 | 1001111 | 1010011 | 110111 |
Color Harmonies of #AFEB2C
Complementary color
Monochromatic Colors of #AFEB2C
Black with #AFEB2C
Text Example
Text Example
White with #AFEB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB2C; }
p { color: rgb(175,235,44); }
H1.HeaderClassName
{
color: #AFEB2C;
}
.AnyTagClassName
{
color: #AFEB2C;
}
</style>
background-color css
<style>
a { background-color: #AFEB2C; }
a { background-color: rgb(175,235,44); }
div.DivClassName
{
background-color: #AFEB2C;
}
.BgClassName
{
background-color: #AFEB2C;
}
</style>
border-color css
<style>
span { border-color: #AFEB2C; }
span { border-color: rgb(175,235,44); }
td.TdClassName
{
border-color: #AFEB2C;
}
.TagClassName
{
border-color: #AFEB2C;
}
</style>