Shades of Green Yellow #AFF22D
Tints of Green Yellow #AFF22D
RGB
CMYK
RGB Variations
Color information
#AFF22D (or 0xAFF22D) is known color: Green Yellow. HEX triplet: AF, F2 and 2D. RGB value is (175,242,45). Sum of RGB (Red+Green+Blue) = 175+242+45=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF22D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF22D is #500DD2. Grayscale: #C8C8C8. Windows color (decimal): -5246419 or 3011247. OLE color: 3011247.
HSL color Cylindrical-coordinate representation of color #AFF22D: hue angle of 80.41º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFF22D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.05 |
| HSL | 80.41º | 0.88% | 0.56% | - |
| HSV(B) | 80.41º | 0.81% | 0.95% | - |
| XYZ | 49.9 | 72.81 | 13.91 | - |
| YUV | 199.51 | 40.8 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 45 | 0.28 | 0 | 0.81 | 0.05 | 80.41 | 0.88 | 0.56 |
| Hex | AF | F2 | 2D | 1C | 0 | 51 | 5 | 50 | 58 | 38 |
| Octal | 257 | 362 | 55 | 34 | 0 | 121 | 5 | 120 | 130 | 70 |
| Binary | 10101111 | 11110010 | 101101 | 11100 | 0 | 1010001 | 101 | 1010000 | 1011000 | 111000 |
Color Harmonies of #AFF22D
Complementary color
Monochromatic Colors of #AFF22D
Black with #AFF22D
Text Example
Text Example
White with #AFF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF22D; }
p { color: rgb(175,242,45); }
H1.HeaderClassName
{
color: #AFF22D;
}
.AnyTagClassName
{
color: #AFF22D;
}
</style>
background-color css
<style>
a { background-color: #AFF22D; }
a { background-color: rgb(175,242,45); }
div.DivClassName
{
background-color: #AFF22D;
}
.BgClassName
{
background-color: #AFF22D;
}
</style>
border-color css
<style>
span { border-color: #AFF22D; }
span { border-color: rgb(175,242,45); }
td.TdClassName
{
border-color: #AFF22D;
}
.TagClassName
{
border-color: #AFF22D;
}
</style>