Shades of Green Yellow #AFFC2D
Tints of Green Yellow #AFFC2D
RGB
CMYK
RGB Variations
Color information
#AFFC2D (or 0xAFFC2D) is known color: Green Yellow. HEX triplet: AF, FC and 2D. RGB value is (175,252,45). Sum of RGB (Red+Green+Blue) = 175+252+45=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFC2D is #5003D2. Grayscale: #CECECE. Windows color (decimal): -5243859 or 3013807. OLE color: 3013807.
HSL color Cylindrical-coordinate representation of color #AFFC2D: hue angle of 82.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFFC2D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 45 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.01 |
| HSL | 82.32º | 0.97% | 0.58% | - |
| HSV(B) | 82.32º | 0.82% | 0.99% | - |
| XYZ | 52.96 | 78.92 | 14.93 | - |
| YUV | 205.38 | 37.49 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 45 | 0.31 | 0 | 0.82 | 0.01 | 82.32 | 0.97 | 0.58 |
| Hex | AF | FC | 2D | 1F | 0 | 52 | 1 | 52 | 61 | 3A |
| Octal | 257 | 374 | 55 | 37 | 0 | 122 | 1 | 122 | 141 | 72 |
| Binary | 10101111 | 11111100 | 101101 | 11111 | 0 | 1010010 | 1 | 1010010 | 1100001 | 111010 |
Color Harmonies of #AFFC2D
Complementary color
Monochromatic Colors of #AFFC2D
Black with #AFFC2D
Text Example
Text Example
White with #AFFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFC2D; }
p { color: rgb(175,252,45); }
H1.HeaderClassName
{
color: #AFFC2D;
}
.AnyTagClassName
{
color: #AFFC2D;
}
</style>
background-color css
<style>
a { background-color: #AFFC2D; }
a { background-color: rgb(175,252,45); }
div.DivClassName
{
background-color: #AFFC2D;
}
.BgClassName
{
background-color: #AFFC2D;
}
</style>
border-color css
<style>
span { border-color: #AFFC2D; }
span { border-color: rgb(175,252,45); }
td.TdClassName
{
border-color: #AFFC2D;
}
.TagClassName
{
border-color: #AFFC2D;
}
</style>