Shades of Green Yellow #AFEB3C
Tints of Green Yellow #AFEB3C
RGB
CMYK
RGB Variations
Color information
#AFEB3C (or 0xAFEB3C) is known color: Green Yellow. HEX triplet: AF, EB and 3C. RGB value is (175,235,60). Sum of RGB (Red+Green+Blue) = 175+235+60=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB3C is #5014C3. Grayscale: #C5C5C5. Windows color (decimal): -5248196 or 3992495. OLE color: 3992495.
HSL color Cylindrical-coordinate representation of color #AFEB3C: hue angle of 80.57º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFEB3C is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 60 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.08 |
| HSL | 80.57º | 0.81% | 0.58% | - |
| HSV(B) | 80.57º | 0.74% | 0.92% | - |
| XYZ | 48.2 | 68.86 | 15.03 | - |
| YUV | 197.11 | 50.62 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 60 | 0.26 | 0 | 0.74 | 0.08 | 80.57 | 0.81 | 0.58 |
| Hex | AF | EB | 3C | 1A | 0 | 4A | 8 | 51 | 51 | 3A |
| Octal | 257 | 353 | 74 | 32 | 0 | 112 | 10 | 121 | 121 | 72 |
| Binary | 10101111 | 11101011 | 111100 | 11010 | 0 | 1001010 | 1000 | 1010001 | 1010001 | 111010 |
Color Harmonies of #AFEB3C
Complementary color
Monochromatic Colors of #AFEB3C
Black with #AFEB3C
Text Example
Text Example
White with #AFEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEB3C; }
p { color: rgb(175,235,60); }
H1.HeaderClassName
{
color: #AFEB3C;
}
.AnyTagClassName
{
color: #AFEB3C;
}
</style>
background-color css
<style>
a { background-color: #AFEB3C; }
a { background-color: rgb(175,235,60); }
div.DivClassName
{
background-color: #AFEB3C;
}
.BgClassName
{
background-color: #AFEB3C;
}
</style>
border-color css
<style>
span { border-color: #AFEB3C; }
span { border-color: rgb(175,235,60); }
td.TdClassName
{
border-color: #AFEB3C;
}
.TagClassName
{
border-color: #AFEB3C;
}
</style>