Shades of Green Yellow #AFE631
Tints of Green Yellow #AFE631
RGB
CMYK
RGB Variations
Color information
#AFE631 (or 0xAFE631) is known color: Green Yellow. HEX triplet: AF, E6 and 31. RGB value is (175,230,49). Sum of RGB (Red+Green+Blue) = 175+230+49=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE631 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE631 is #5019CE. Grayscale: #C1C1C1. Windows color (decimal): -5249487 or 3270319. OLE color: 3270319.
HSL color Cylindrical-coordinate representation of color #AFE631: hue angle of 78.23º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE631 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 49 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.10 |
| HSL | 78.23º | 0.78% | 0.55% | - |
| HSV(B) | 78.23º | 0.79% | 0.9% | - |
| XYZ | 46.53 | 65.93 | 13.18 | - |
| YUV | 192.92 | 46.78 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 49 | 0.24 | 0 | 0.79 | 0.10 | 78.23 | 0.78 | 0.55 |
| Hex | AF | E6 | 31 | 18 | 0 | 4F | A | 4E | 4E | 37 |
| Octal | 257 | 346 | 61 | 30 | 0 | 117 | 12 | 116 | 116 | 67 |
| Binary | 10101111 | 11100110 | 110001 | 11000 | 0 | 1001111 | 1010 | 1001110 | 1001110 | 110111 |
Color Harmonies of #AFE631
Complementary color
Monochromatic Colors of #AFE631
Black with #AFE631
Text Example
Text Example
White with #AFE631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE631; }
p { color: rgb(175,230,49); }
H1.HeaderClassName
{
color: #AFE631;
}
.AnyTagClassName
{
color: #AFE631;
}
</style>
background-color css
<style>
a { background-color: #AFE631; }
a { background-color: rgb(175,230,49); }
div.DivClassName
{
background-color: #AFE631;
}
.BgClassName
{
background-color: #AFE631;
}
</style>
border-color css
<style>
span { border-color: #AFE631; }
span { border-color: rgb(175,230,49); }
td.TdClassName
{
border-color: #AFE631;
}
.TagClassName
{
border-color: #AFE631;
}
</style>