Shades of Green Yellow #AFFC2C
Tints of Green Yellow #AFFC2C
RGB
CMYK
RGB Variations
Color information
#AFFC2C (or 0xAFFC2C) is known color: Green Yellow. HEX triplet: AF, FC and 2C. RGB value is (175,252,44). Sum of RGB (Red+Green+Blue) = 175+252+44=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 44 (17.58% from 255 or 9.34% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC2C is #5003D3. Grayscale: #CECECE. Windows color (decimal): -5243860 or 2948271. OLE color: 2948271.
HSL color Cylindrical-coordinate representation of color #AFFC2C: hue angle of 82.21º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFFC2C is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 44 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.01 |
| HSL | 82.21º | 0.97% | 0.58% | - |
| HSV(B) | 82.21º | 0.83% | 0.99% | - |
| XYZ | 52.94 | 78.92 | 14.82 | - |
| YUV | 205.27 | 36.99 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 44 | 0.31 | 0 | 0.83 | 0.01 | 82.21 | 0.97 | 0.58 |
| Hex | AF | FC | 2C | 1F | 0 | 53 | 1 | 52 | 61 | 3A |
| Octal | 257 | 374 | 54 | 37 | 0 | 123 | 1 | 122 | 141 | 72 |
| Binary | 10101111 | 11111100 | 101100 | 11111 | 0 | 1010011 | 1 | 1010010 | 1100001 | 111010 |
Color Harmonies of #AFFC2C
Complementary color
Monochromatic Colors of #AFFC2C
Black with #AFFC2C
Text Example
Text Example
White with #AFFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC2C; }
p { color: rgb(175,252,44); }
H1.HeaderClassName
{
color: #AFFC2C;
}
.AnyTagClassName
{
color: #AFFC2C;
}
</style>
background-color css
<style>
a { background-color: #AFFC2C; }
a { background-color: rgb(175,252,44); }
div.DivClassName
{
background-color: #AFFC2C;
}
.BgClassName
{
background-color: #AFFC2C;
}
</style>
border-color css
<style>
span { border-color: #AFFC2C; }
span { border-color: rgb(175,252,44); }
td.TdClassName
{
border-color: #AFFC2C;
}
.TagClassName
{
border-color: #AFFC2C;
}
</style>