Shades of Green Yellow #AFFC4D
Tints of Green Yellow #AFFC4D
RGB
CMYK
RGB Variations
Color information
#AFFC4D (or 0xAFFC4D) is known color: Green Yellow. HEX triplet: AF, FC and 4D. RGB value is (175,252,77). Sum of RGB (Red+Green+Blue) = 175+252+77=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC4D is #5003B2. Grayscale: #D1D1D1. Windows color (decimal): -5243827 or 5110959. OLE color: 5110959.
HSL color Cylindrical-coordinate representation of color #AFFC4D: hue angle of 86.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFFC4D is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 77 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.01 |
| HSL | 86.4º | 0.97% | 0.65% | - |
| HSV(B) | 86.4º | 0.69% | 0.99% | - |
| XYZ | 53.83 | 79.27 | 19.48 | - |
| YUV | 209.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 77 | 0.31 | 0 | 0.69 | 0.01 | 86.4 | 0.97 | 0.65 |
| Hex | AF | FC | 4D | 1F | 0 | 45 | 1 | 56 | 61 | 41 |
| Octal | 257 | 374 | 115 | 37 | 0 | 105 | 1 | 126 | 141 | 101 |
| Binary | 10101111 | 11111100 | 1001101 | 11111 | 0 | 1000101 | 1 | 1010110 | 1100001 | 1000001 |
Color Harmonies of #AFFC4D
Complementary color
Monochromatic Colors of #AFFC4D
Black with #AFFC4D
Text Example
Text Example
White with #AFFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC4D; }
p { color: rgb(175,252,77); }
H1.HeaderClassName
{
color: #AFFC4D;
}
.AnyTagClassName
{
color: #AFFC4D;
}
</style>
background-color css
<style>
a { background-color: #AFFC4D; }
a { background-color: rgb(175,252,77); }
div.DivClassName
{
background-color: #AFFC4D;
}
.BgClassName
{
background-color: #AFFC4D;
}
</style>
border-color css
<style>
span { border-color: #AFFC4D; }
span { border-color: rgb(175,252,77); }
td.TdClassName
{
border-color: #AFFC4D;
}
.TagClassName
{
border-color: #AFFC4D;
}
</style>