Shades of Green Yellow #AFF02D
Tints of Green Yellow #AFF02D
RGB
CMYK
RGB Variations
Color information
#AFF02D (or 0xAFF02D) is known color: Green Yellow. HEX triplet: AF, F0 and 2D. RGB value is (175,240,45). Sum of RGB (Red+Green+Blue) = 175+240+45=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF02D is #500FD2. Grayscale: #C7C7C7. Windows color (decimal): -5246931 or 3010735. OLE color: 3010735.
HSL color Cylindrical-coordinate representation of color #AFF02D: hue angle of 80º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFF02D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.06 |
| HSL | 80º | 0.87% | 0.56% | - |
| HSV(B) | 80º | 0.81% | 0.94% | - |
| XYZ | 49.31 | 71.62 | 13.71 | - |
| YUV | 198.34 | 41.47 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 45 | 0.27 | 0 | 0.81 | 0.06 | 80 | 0.87 | 0.56 |
| Hex | AF | F0 | 2D | 1B | 0 | 51 | 6 | 50 | 57 | 38 |
| Octal | 257 | 360 | 55 | 33 | 0 | 121 | 6 | 120 | 127 | 70 |
| Binary | 10101111 | 11110000 | 101101 | 11011 | 0 | 1010001 | 110 | 1010000 | 1010111 | 111000 |
Color Harmonies of #AFF02D
Complementary color
Monochromatic Colors of #AFF02D
Black with #AFF02D
Text Example
Text Example
White with #AFF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF02D; }
p { color: rgb(175,240,45); }
H1.HeaderClassName
{
color: #AFF02D;
}
.AnyTagClassName
{
color: #AFF02D;
}
</style>
background-color css
<style>
a { background-color: #AFF02D; }
a { background-color: rgb(175,240,45); }
div.DivClassName
{
background-color: #AFF02D;
}
.BgClassName
{
background-color: #AFF02D;
}
</style>
border-color css
<style>
span { border-color: #AFF02D; }
span { border-color: rgb(175,240,45); }
td.TdClassName
{
border-color: #AFF02D;
}
.TagClassName
{
border-color: #AFF02D;
}
</style>