Shades of Green Yellow #AFF540
Tints of Green Yellow #AFF540
RGB
CMYK
RGB Variations
Color information
#AFF540 (or 0xAFF540) is known color: Green Yellow. HEX triplet: AF, F5 and 40. RGB value is (175,245,64). Sum of RGB (Red+Green+Blue) = 175+245+64=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF540 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF540 is #500ABF. Grayscale: #CCCCCC. Windows color (decimal): -5245632 or 4257199. OLE color: 4257199.
HSL color Cylindrical-coordinate representation of color #AFF540: hue angle of 83.2º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFF540 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 64 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.04 |
| HSL | 83.2º | 0.9% | 0.61% | - |
| HSV(B) | 83.2º | 0.74% | 0.96% | - |
| XYZ | 51.26 | 74.79 | 16.58 | - |
| YUV | 203.44 | 49.31 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 64 | 0.29 | 0 | 0.74 | 0.04 | 83.2 | 0.9 | 0.61 |
| Hex | AF | F5 | 40 | 1D | 0 | 4A | 4 | 53 | 5A | 3D |
| Octal | 257 | 365 | 100 | 35 | 0 | 112 | 4 | 123 | 132 | 75 |
| Binary | 10101111 | 11110101 | 1000000 | 11101 | 0 | 1001010 | 100 | 1010011 | 1011010 | 111101 |
Color Harmonies of #AFF540
Complementary color
Monochromatic Colors of #AFF540
Black with #AFF540
Text Example
Text Example
White with #AFF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF540; }
p { color: rgb(175,245,64); }
H1.HeaderClassName
{
color: #AFF540;
}
.AnyTagClassName
{
color: #AFF540;
}
</style>
background-color css
<style>
a { background-color: #AFF540; }
a { background-color: rgb(175,245,64); }
div.DivClassName
{
background-color: #AFF540;
}
.BgClassName
{
background-color: #AFF540;
}
</style>
border-color css
<style>
span { border-color: #AFF540; }
span { border-color: rgb(175,245,64); }
td.TdClassName
{
border-color: #AFF540;
}
.TagClassName
{
border-color: #AFF540;
}
</style>