Shades of Green Yellow #AFF536
Tints of Green Yellow #AFF536
RGB
CMYK
RGB Variations
Color information
#AFF536 (or 0xAFF536) is known color: Green Yellow. HEX triplet: AF, F5 and 36. RGB value is (175,245,54). Sum of RGB (Red+Green+Blue) = 175+245+54=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF536 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF536 is #500AC9. Grayscale: #CACACA. Windows color (decimal): -5245642 or 3601839. OLE color: 3601839.
HSL color Cylindrical-coordinate representation of color #AFF536: hue angle of 81.99º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFF536 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 54 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.04 |
| HSL | 81.99º | 0.91% | 0.59% | - |
| HSV(B) | 81.99º | 0.78% | 0.96% | - |
| XYZ | 51 | 74.69 | 15.22 | - |
| YUV | 202.3 | 44.31 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 54 | 0.29 | 0 | 0.78 | 0.04 | 81.99 | 0.91 | 0.59 |
| Hex | AF | F5 | 36 | 1D | 0 | 4E | 4 | 52 | 5B | 3B |
| Octal | 257 | 365 | 66 | 35 | 0 | 116 | 4 | 122 | 133 | 73 |
| Binary | 10101111 | 11110101 | 110110 | 11101 | 0 | 1001110 | 100 | 1010010 | 1011011 | 111011 |
Color Harmonies of #AFF536
Complementary color
Monochromatic Colors of #AFF536
Black with #AFF536
Text Example
Text Example
White with #AFF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF536; }
p { color: rgb(175,245,54); }
H1.HeaderClassName
{
color: #AFF536;
}
.AnyTagClassName
{
color: #AFF536;
}
</style>
background-color css
<style>
a { background-color: #AFF536; }
a { background-color: rgb(175,245,54); }
div.DivClassName
{
background-color: #AFF536;
}
.BgClassName
{
background-color: #AFF536;
}
</style>
border-color css
<style>
span { border-color: #AFF536; }
span { border-color: rgb(175,245,54); }
td.TdClassName
{
border-color: #AFF536;
}
.TagClassName
{
border-color: #AFF536;
}
</style>