Shades of Green Yellow #AFF240
Tints of Green Yellow #AFF240
RGB
CMYK
RGB Variations
Color information
#AFF240 (or 0xAFF240) is known color: Green Yellow. HEX triplet: AF, F2 and 40. RGB value is (175,242,64). Sum of RGB (Red+Green+Blue) = 175+242+64=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF240 is #500DBF. Grayscale: #CACACA. Windows color (decimal): -5246400 or 4256431. OLE color: 4256431.
HSL color Cylindrical-coordinate representation of color #AFF240: hue angle of 82.58º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFF240 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 64 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.05 |
| HSL | 82.58º | 0.87% | 0.6% | - |
| HSV(B) | 82.58º | 0.74% | 0.95% | - |
| XYZ | 50.36 | 72.99 | 16.28 | - |
| YUV | 201.68 | 50.3 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 64 | 0.28 | 0 | 0.74 | 0.05 | 82.58 | 0.87 | 0.6 |
| Hex | AF | F2 | 40 | 1C | 0 | 4A | 5 | 53 | 57 | 3C |
| Octal | 257 | 362 | 100 | 34 | 0 | 112 | 5 | 123 | 127 | 74 |
| Binary | 10101111 | 11110010 | 1000000 | 11100 | 0 | 1001010 | 101 | 1010011 | 1010111 | 111100 |
Color Harmonies of #AFF240
Complementary color
Monochromatic Colors of #AFF240
Black with #AFF240
Text Example
Text Example
White with #AFF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF240; }
p { color: rgb(175,242,64); }
H1.HeaderClassName
{
color: #AFF240;
}
.AnyTagClassName
{
color: #AFF240;
}
</style>
background-color css
<style>
a { background-color: #AFF240; }
a { background-color: rgb(175,242,64); }
div.DivClassName
{
background-color: #AFF240;
}
.BgClassName
{
background-color: #AFF240;
}
</style>
border-color css
<style>
span { border-color: #AFF240; }
span { border-color: rgb(175,242,64); }
td.TdClassName
{
border-color: #AFF240;
}
.TagClassName
{
border-color: #AFF240;
}
</style>