Shades of Green Yellow #AFF533
Tints of Green Yellow #AFF533
RGB
CMYK
RGB Variations
Color information
#AFF533 (or 0xAFF533) is known color: Green Yellow. HEX triplet: AF, F5 and 33. RGB value is (175,245,51). Sum of RGB (Red+Green+Blue) = 175+245+51=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF533 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF533 is #500ACC. Grayscale: #CACACA. Windows color (decimal): -5245645 or 3405231. OLE color: 3405231.
HSL color Cylindrical-coordinate representation of color #AFF533: hue angle of 81.65º 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 #AFF533 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 51 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.04 |
| HSL | 81.65º | 0.91% | 0.58% | - |
| HSV(B) | 81.65º | 0.79% | 0.96% | - |
| XYZ | 50.93 | 74.66 | 14.86 | - |
| YUV | 201.95 | 42.81 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 51 | 0.29 | 0 | 0.79 | 0.04 | 81.65 | 0.91 | 0.58 |
| Hex | AF | F5 | 33 | 1D | 0 | 4F | 4 | 52 | 5B | 3A |
| Octal | 257 | 365 | 63 | 35 | 0 | 117 | 4 | 122 | 133 | 72 |
| Binary | 10101111 | 11110101 | 110011 | 11101 | 0 | 1001111 | 100 | 1010010 | 1011011 | 111010 |
Color Harmonies of #AFF533
Complementary color
Monochromatic Colors of #AFF533
Black with #AFF533
Text Example
Text Example
White with #AFF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF533; }
p { color: rgb(175,245,51); }
H1.HeaderClassName
{
color: #AFF533;
}
.AnyTagClassName
{
color: #AFF533;
}
</style>
background-color css
<style>
a { background-color: #AFF533; }
a { background-color: rgb(175,245,51); }
div.DivClassName
{
background-color: #AFF533;
}
.BgClassName
{
background-color: #AFF533;
}
</style>
border-color css
<style>
span { border-color: #AFF533; }
span { border-color: rgb(175,245,51); }
td.TdClassName
{
border-color: #AFF533;
}
.TagClassName
{
border-color: #AFF533;
}
</style>