Shades of Green Yellow #AFF949
Tints of Green Yellow #AFF949
RGB
CMYK
RGB Variations
Color information
#AFF949 (or 0xAFF949) is known color: Green Yellow. HEX triplet: AF, F9 and 49. RGB value is (175,249,73). Sum of RGB (Red+Green+Blue) = 175+249+73=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF949 is #5006B6. Grayscale: #CFCFCF. Windows color (decimal): -5244599 or 4848047. OLE color: 4848047.
HSL color Cylindrical-coordinate representation of color #AFF949: hue angle of 85.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF949 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 73 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.02 |
| HSL | 85.23º | 0.94% | 0.63% | - |
| HSV(B) | 85.23º | 0.71% | 0.98% | - |
| XYZ | 52.76 | 77.35 | 18.45 | - |
| YUV | 206.81 | 52.48 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 73 | 0.30 | 0 | 0.71 | 0.02 | 85.23 | 0.94 | 0.63 |
| Hex | AF | F9 | 49 | 1E | 0 | 47 | 2 | 55 | 5E | 3F |
| Octal | 257 | 371 | 111 | 36 | 0 | 107 | 2 | 125 | 136 | 77 |
| Binary | 10101111 | 11111001 | 1001001 | 11110 | 0 | 1000111 | 10 | 1010101 | 1011110 | 111111 |
Color Harmonies of #AFF949
Complementary color
Monochromatic Colors of #AFF949
Black with #AFF949
Text Example
Text Example
White with #AFF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF949; }
p { color: rgb(175,249,73); }
H1.HeaderClassName
{
color: #AFF949;
}
.AnyTagClassName
{
color: #AFF949;
}
</style>
background-color css
<style>
a { background-color: #AFF949; }
a { background-color: rgb(175,249,73); }
div.DivClassName
{
background-color: #AFF949;
}
.BgClassName
{
background-color: #AFF949;
}
</style>
border-color css
<style>
span { border-color: #AFF949; }
span { border-color: rgb(175,249,73); }
td.TdClassName
{
border-color: #AFF949;
}
.TagClassName
{
border-color: #AFF949;
}
</style>