Shades of Green Yellow #AFFD2F
Tints of Green Yellow #AFFD2F
RGB
CMYK
RGB Variations
Color information
#AFFD2F (or 0xAFFD2F) is known color: Green Yellow. HEX triplet: AF, FD and 2F. RGB value is (175,253,47). Sum of RGB (Red+Green+Blue) = 175+253+47=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFD2F is #5002D0. Grayscale: #CECECE. Windows color (decimal): -5243601 or 3145135. OLE color: 3145135.
HSL color Cylindrical-coordinate representation of color #AFFD2F: hue angle of 82.72º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFFD2F is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 47 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.01 |
| HSL | 82.72º | 0.98% | 0.59% | - |
| HSV(B) | 82.72º | 0.81% | 0.99% | - |
| XYZ | 53.32 | 79.57 | 15.24 | - |
| YUV | 206.19 | 38.16 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 47 | 0.31 | 0 | 0.81 | 0.01 | 82.72 | 0.98 | 0.59 |
| Hex | AF | FD | 2F | 1F | 0 | 51 | 1 | 53 | 62 | 3B |
| Octal | 257 | 375 | 57 | 37 | 0 | 121 | 1 | 123 | 142 | 73 |
| Binary | 10101111 | 11111101 | 101111 | 11111 | 0 | 1010001 | 1 | 1010011 | 1100010 | 111011 |
Color Harmonies of #AFFD2F
Complementary color
Monochromatic Colors of #AFFD2F
Black with #AFFD2F
Text Example
Text Example
White with #AFFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD2F; }
p { color: rgb(175,253,47); }
H1.HeaderClassName
{
color: #AFFD2F;
}
.AnyTagClassName
{
color: #AFFD2F;
}
</style>
background-color css
<style>
a { background-color: #AFFD2F; }
a { background-color: rgb(175,253,47); }
div.DivClassName
{
background-color: #AFFD2F;
}
.BgClassName
{
background-color: #AFFD2F;
}
</style>
border-color css
<style>
span { border-color: #AFFD2F; }
span { border-color: rgb(175,253,47); }
td.TdClassName
{
border-color: #AFFD2F;
}
.TagClassName
{
border-color: #AFFD2F;
}
</style>