Shades of Green Yellow #AFF32D
Tints of Green Yellow #AFF32D
RGB
CMYK
RGB Variations
Color information
#AFF32D (or 0xAFF32D) is known color: Green Yellow. HEX triplet: AF, F3 and 2D. RGB value is (175,243,45). Sum of RGB (Red+Green+Blue) = 175+243+45=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF32D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF32D is #500CD2. Grayscale: #C8C8C8. Windows color (decimal): -5246163 or 3011503. OLE color: 3011503.
HSL color Cylindrical-coordinate representation of color #AFF32D: hue angle of 80.61º degrees, saturation: 0.89, 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 #AFF32D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.05 |
| HSL | 80.61º | 0.89% | 0.56% | - |
| HSV(B) | 80.61º | 0.81% | 0.95% | - |
| XYZ | 50.2 | 73.4 | 14.01 | - |
| YUV | 200.1 | 40.47 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 45 | 0.28 | 0 | 0.81 | 0.05 | 80.61 | 0.89 | 0.56 |
| Hex | AF | F3 | 2D | 1C | 0 | 51 | 5 | 51 | 59 | 38 |
| Octal | 257 | 363 | 55 | 34 | 0 | 121 | 5 | 121 | 131 | 70 |
| Binary | 10101111 | 11110011 | 101101 | 11100 | 0 | 1010001 | 101 | 1010001 | 1011001 | 111000 |
Color Harmonies of #AFF32D
Complementary color
Monochromatic Colors of #AFF32D
Black with #AFF32D
Text Example
Text Example
White with #AFF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF32D; }
p { color: rgb(175,243,45); }
H1.HeaderClassName
{
color: #AFF32D;
}
.AnyTagClassName
{
color: #AFF32D;
}
</style>
background-color css
<style>
a { background-color: #AFF32D; }
a { background-color: rgb(175,243,45); }
div.DivClassName
{
background-color: #AFF32D;
}
.BgClassName
{
background-color: #AFF32D;
}
</style>
border-color css
<style>
span { border-color: #AFF32D; }
span { border-color: rgb(175,243,45); }
td.TdClassName
{
border-color: #AFF32D;
}
.TagClassName
{
border-color: #AFF32D;
}
</style>