Shades of Green Yellow #AFF32C
Tints of Green Yellow #AFF32C
RGB
CMYK
RGB Variations
Color information
#AFF32C (or 0xAFF32C) is known color: Green Yellow. HEX triplet: AF, F3 and 2C. RGB value is (175,243,44). Sum of RGB (Red+Green+Blue) = 175+243+44=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF32C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF32C is #500CD3. Grayscale: #C8C8C8. Windows color (decimal): -5246164 or 2945967. OLE color: 2945967.
HSL color Cylindrical-coordinate representation of color #AFF32C: hue angle of 80.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFF32C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 44 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.05 |
| HSL | 80.5º | 0.89% | 0.56% | - |
| HSV(B) | 80.5º | 0.82% | 0.95% | - |
| XYZ | 50.18 | 73.4 | 13.9 | - |
| YUV | 199.98 | 39.97 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 44 | 0.28 | 0 | 0.82 | 0.05 | 80.5 | 0.89 | 0.56 |
| Hex | AF | F3 | 2C | 1C | 0 | 52 | 5 | 51 | 59 | 38 |
| Octal | 257 | 363 | 54 | 34 | 0 | 122 | 5 | 121 | 131 | 70 |
| Binary | 10101111 | 11110011 | 101100 | 11100 | 0 | 1010010 | 101 | 1010001 | 1011001 | 111000 |
Color Harmonies of #AFF32C
Complementary color
Monochromatic Colors of #AFF32C
Black with #AFF32C
Text Example
Text Example
White with #AFF32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF32C; }
p { color: rgb(175,243,44); }
H1.HeaderClassName
{
color: #AFF32C;
}
.AnyTagClassName
{
color: #AFF32C;
}
</style>
background-color css
<style>
a { background-color: #AFF32C; }
a { background-color: rgb(175,243,44); }
div.DivClassName
{
background-color: #AFF32C;
}
.BgClassName
{
background-color: #AFF32C;
}
</style>
border-color css
<style>
span { border-color: #AFF32C; }
span { border-color: rgb(175,243,44); }
td.TdClassName
{
border-color: #AFF32C;
}
.TagClassName
{
border-color: #AFF32C;
}
</style>