Shades of Green Yellow #AFF431
Tints of Green Yellow #AFF431
RGB
CMYK
RGB Variations
Color information
#AFF431 (or 0xAFF431) is known color: Green Yellow. HEX triplet: AF, F4 and 31. RGB value is (175,244,49). Sum of RGB (Red+Green+Blue) = 175+244+49=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF431 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF431 is #500BCE. Grayscale: #C9C9C9. Windows color (decimal): -5245903 or 3273903. OLE color: 3273903.
HSL color Cylindrical-coordinate representation of color #AFF431: hue angle of 81.23º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFF431 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 49 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.04 |
| HSL | 81.23º | 0.9% | 0.57% | - |
| HSV(B) | 81.23º | 0.8% | 0.96% | - |
| XYZ | 50.58 | 74.04 | 14.53 | - |
| YUV | 201.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 49 | 0.28 | 0 | 0.80 | 0.04 | 81.23 | 0.9 | 0.57 |
| Hex | AF | F4 | 31 | 1C | 0 | 50 | 4 | 51 | 5A | 39 |
| Octal | 257 | 364 | 61 | 34 | 0 | 120 | 4 | 121 | 132 | 71 |
| Binary | 10101111 | 11110100 | 110001 | 11100 | 0 | 1010000 | 100 | 1010001 | 1011010 | 111001 |
Color Harmonies of #AFF431
Complementary color
Monochromatic Colors of #AFF431
Black with #AFF431
Text Example
Text Example
White with #AFF431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF431; }
p { color: rgb(175,244,49); }
H1.HeaderClassName
{
color: #AFF431;
}
.AnyTagClassName
{
color: #AFF431;
}
</style>
background-color css
<style>
a { background-color: #AFF431; }
a { background-color: rgb(175,244,49); }
div.DivClassName
{
background-color: #AFF431;
}
.BgClassName
{
background-color: #AFF431;
}
</style>
border-color css
<style>
span { border-color: #AFF431; }
span { border-color: rgb(175,244,49); }
td.TdClassName
{
border-color: #AFF431;
}
.TagClassName
{
border-color: #AFF431;
}
</style>