Shades of Green Yellow #AFEF3C
Tints of Green Yellow #AFEF3C
RGB
CMYK
RGB Variations
Color information
#AFEF3C (or 0xAFEF3C) is known color: Green Yellow. HEX triplet: AF, EF and 3C. RGB value is (175,239,60). Sum of RGB (Red+Green+Blue) = 175+239+60=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF3C is #5010C3. Grayscale: #C8C8C8. Windows color (decimal): -5247172 or 3993519. OLE color: 3993519.
HSL color Cylindrical-coordinate representation of color #AFEF3C: hue angle of 81.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFEF3C is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 60 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.06 |
| HSL | 81.45º | 0.85% | 0.59% | - |
| HSV(B) | 81.45º | 0.75% | 0.94% | - |
| XYZ | 49.36 | 71.17 | 15.41 | - |
| YUV | 199.46 | 49.3 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 60 | 0.27 | 0 | 0.75 | 0.06 | 81.45 | 0.85 | 0.59 |
| Hex | AF | EF | 3C | 1B | 0 | 4B | 6 | 51 | 55 | 3B |
| Octal | 257 | 357 | 74 | 33 | 0 | 113 | 6 | 121 | 125 | 73 |
| Binary | 10101111 | 11101111 | 111100 | 11011 | 0 | 1001011 | 110 | 1010001 | 1010101 | 111011 |
Color Harmonies of #AFEF3C
Complementary color
Monochromatic Colors of #AFEF3C
Black with #AFEF3C
Text Example
Text Example
White with #AFEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF3C; }
p { color: rgb(175,239,60); }
H1.HeaderClassName
{
color: #AFEF3C;
}
.AnyTagClassName
{
color: #AFEF3C;
}
</style>
background-color css
<style>
a { background-color: #AFEF3C; }
a { background-color: rgb(175,239,60); }
div.DivClassName
{
background-color: #AFEF3C;
}
.BgClassName
{
background-color: #AFEF3C;
}
</style>
border-color css
<style>
span { border-color: #AFEF3C; }
span { border-color: rgb(175,239,60); }
td.TdClassName
{
border-color: #AFEF3C;
}
.TagClassName
{
border-color: #AFEF3C;
}
</style>