Shades of Green Yellow #AFF92C
Tints of Green Yellow #AFF92C
RGB
CMYK
RGB Variations
Color information
#AFF92C (or 0xAFF92C) is known color: Green Yellow. HEX triplet: AF, F9 and 2C. RGB value is (175,249,44). Sum of RGB (Red+Green+Blue) = 175+249+44=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF92C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF92C is #5006D3. Grayscale: #CCCCCC. Windows color (decimal): -5244628 or 2947503. OLE color: 2947503.
HSL color Cylindrical-coordinate representation of color #AFF92C: hue angle of 81.66º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFF92C is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 44 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.02 |
| HSL | 81.66º | 0.94% | 0.57% | - |
| HSV(B) | 81.66º | 0.82% | 0.98% | - |
| XYZ | 52.01 | 77.05 | 14.51 | - |
| YUV | 203.5 | 37.98 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 44 | 0.30 | 0 | 0.82 | 0.02 | 81.66 | 0.94 | 0.57 |
| Hex | AF | F9 | 2C | 1E | 0 | 52 | 2 | 52 | 5E | 39 |
| Octal | 257 | 371 | 54 | 36 | 0 | 122 | 2 | 122 | 136 | 71 |
| Binary | 10101111 | 11111001 | 101100 | 11110 | 0 | 1010010 | 10 | 1010010 | 1011110 | 111001 |
Color Harmonies of #AFF92C
Complementary color
Monochromatic Colors of #AFF92C
Black with #AFF92C
Text Example
Text Example
White with #AFF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF92C; }
p { color: rgb(175,249,44); }
H1.HeaderClassName
{
color: #AFF92C;
}
.AnyTagClassName
{
color: #AFF92C;
}
</style>
background-color css
<style>
a { background-color: #AFF92C; }
a { background-color: rgb(175,249,44); }
div.DivClassName
{
background-color: #AFF92C;
}
.BgClassName
{
background-color: #AFF92C;
}
</style>
border-color css
<style>
span { border-color: #AFF92C; }
span { border-color: rgb(175,249,44); }
td.TdClassName
{
border-color: #AFF92C;
}
.TagClassName
{
border-color: #AFF92C;
}
</style>