Shades of Green Yellow #AFF534
Tints of Green Yellow #AFF534
RGB
CMYK
RGB Variations
Color information
#AFF534 (or 0xAFF534) is known color: Green Yellow. HEX triplet: AF, F5 and 34. RGB value is (175,245,52). Sum of RGB (Red+Green+Blue) = 175+245+52=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF534 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF534 is #500ACB. Grayscale: #CACACA. Windows color (decimal): -5245644 or 3470767. OLE color: 3470767.
HSL color Cylindrical-coordinate representation of color #AFF534: hue angle of 81.76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFF534 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 52 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.04 |
| HSL | 81.76º | 0.91% | 0.58% | - |
| HSV(B) | 81.76º | 0.79% | 0.96% | - |
| XYZ | 50.95 | 74.67 | 14.98 | - |
| YUV | 202.07 | 43.31 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 52 | 0.29 | 0 | 0.79 | 0.04 | 81.76 | 0.91 | 0.58 |
| Hex | AF | F5 | 34 | 1D | 0 | 4F | 4 | 52 | 5B | 3A |
| Octal | 257 | 365 | 64 | 35 | 0 | 117 | 4 | 122 | 133 | 72 |
| Binary | 10101111 | 11110101 | 110100 | 11101 | 0 | 1001111 | 100 | 1010010 | 1011011 | 111010 |
Color Harmonies of #AFF534
Complementary color
Monochromatic Colors of #AFF534
Black with #AFF534
Text Example
Text Example
White with #AFF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF534; }
p { color: rgb(175,245,52); }
H1.HeaderClassName
{
color: #AFF534;
}
.AnyTagClassName
{
color: #AFF534;
}
</style>
background-color css
<style>
a { background-color: #AFF534; }
a { background-color: rgb(175,245,52); }
div.DivClassName
{
background-color: #AFF534;
}
.BgClassName
{
background-color: #AFF534;
}
</style>
border-color css
<style>
span { border-color: #AFF534; }
span { border-color: rgb(175,245,52); }
td.TdClassName
{
border-color: #AFF534;
}
.TagClassName
{
border-color: #AFF534;
}
</style>