Shades of Green Yellow #AFEF2D
Tints of Green Yellow #AFEF2D
RGB
CMYK
RGB Variations
Color information
#AFEF2D (or 0xAFEF2D) is known color: Green Yellow. HEX triplet: AF, EF and 2D. RGB value is (175,239,45). Sum of RGB (Red+Green+Blue) = 175+239+45=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEF2D is #5010D2. Grayscale: #C6C6C6. Windows color (decimal): -5247187 or 3010479. OLE color: 3010479.
HSL color Cylindrical-coordinate representation of color #AFEF2D: hue angle of 79.79º degrees, saturation: 0.86, 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 #AFEF2D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.06 |
| HSL | 79.79º | 0.86% | 0.56% | - |
| HSV(B) | 79.79º | 0.81% | 0.94% | - |
| XYZ | 49.02 | 71.04 | 13.61 | - |
| YUV | 197.75 | 41.8 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 45 | 0.27 | 0 | 0.81 | 0.06 | 79.79 | 0.86 | 0.56 |
| Hex | AF | EF | 2D | 1B | 0 | 51 | 6 | 50 | 56 | 38 |
| Octal | 257 | 357 | 55 | 33 | 0 | 121 | 6 | 120 | 126 | 70 |
| Binary | 10101111 | 11101111 | 101101 | 11011 | 0 | 1010001 | 110 | 1010000 | 1010110 | 111000 |
Color Harmonies of #AFEF2D
Complementary color
Monochromatic Colors of #AFEF2D
Black with #AFEF2D
Text Example
Text Example
White with #AFEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEF2D; }
p { color: rgb(175,239,45); }
H1.HeaderClassName
{
color: #AFEF2D;
}
.AnyTagClassName
{
color: #AFEF2D;
}
</style>
background-color css
<style>
a { background-color: #AFEF2D; }
a { background-color: rgb(175,239,45); }
div.DivClassName
{
background-color: #AFEF2D;
}
.BgClassName
{
background-color: #AFEF2D;
}
</style>
border-color css
<style>
span { border-color: #AFEF2D; }
span { border-color: rgb(175,239,45); }
td.TdClassName
{
border-color: #AFEF2D;
}
.TagClassName
{
border-color: #AFEF2D;
}
</style>