Shades of Green Yellow #AFE62D
Tints of Green Yellow #AFE62D
RGB
CMYK
RGB Variations
Color information
#AFE62D (or 0xAFE62D) is known color: Green Yellow. HEX triplet: AF, E6 and 2D. RGB value is (175,230,45). Sum of RGB (Red+Green+Blue) = 175+230+45=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE62D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE62D is #5019D2. Grayscale: #C1C1C1. Windows color (decimal): -5249491 or 3008175. OLE color: 3008175.
HSL color Cylindrical-coordinate representation of color #AFE62D: hue angle of 77.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFE62D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 45 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.10 |
| HSL | 77.84º | 0.79% | 0.54% | - |
| HSV(B) | 77.84º | 0.8% | 0.9% | - |
| XYZ | 46.45 | 65.9 | 12.75 | - |
| YUV | 192.47 | 44.78 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 45 | 0.24 | 0 | 0.80 | 0.10 | 77.84 | 0.79 | 0.54 |
| Hex | AF | E6 | 2D | 18 | 0 | 50 | A | 4E | 4F | 36 |
| Octal | 257 | 346 | 55 | 30 | 0 | 120 | 12 | 116 | 117 | 66 |
| Binary | 10101111 | 11100110 | 101101 | 11000 | 0 | 1010000 | 1010 | 1001110 | 1001111 | 110110 |
Color Harmonies of #AFE62D
Complementary color
Monochromatic Colors of #AFE62D
Black with #AFE62D
Text Example
Text Example
White with #AFE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE62D; }
p { color: rgb(175,230,45); }
H1.HeaderClassName
{
color: #AFE62D;
}
.AnyTagClassName
{
color: #AFE62D;
}
</style>
background-color css
<style>
a { background-color: #AFE62D; }
a { background-color: rgb(175,230,45); }
div.DivClassName
{
background-color: #AFE62D;
}
.BgClassName
{
background-color: #AFE62D;
}
</style>
border-color css
<style>
span { border-color: #AFE62D; }
span { border-color: rgb(175,230,45); }
td.TdClassName
{
border-color: #AFE62D;
}
.TagClassName
{
border-color: #AFE62D;
}
</style>