Shades of Green Yellow #AFE632
Tints of Green Yellow #AFE632
RGB
CMYK
RGB Variations
Color information
#AFE632 (or 0xAFE632) is known color: Green Yellow. HEX triplet: AF, E6 and 32. RGB value is (175,230,50). Sum of RGB (Red+Green+Blue) = 175+230+50=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 50 (19.92% from 255 or 10.99% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE632 is #5019CD. Grayscale: #C1C1C1. Windows color (decimal): -5249486 or 3335855. OLE color: 3335855.
HSL color Cylindrical-coordinate representation of color #AFE632: hue angle of 78.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE632 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 50 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.10 |
| HSL | 78.33º | 0.78% | 0.55% | - |
| HSV(B) | 78.33º | 0.78% | 0.9% | - |
| XYZ | 46.55 | 65.94 | 13.29 | - |
| YUV | 193.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 50 | 0.24 | 0 | 0.78 | 0.10 | 78.33 | 0.78 | 0.55 |
| Hex | AF | E6 | 32 | 18 | 0 | 4E | A | 4E | 4E | 37 |
| Octal | 257 | 346 | 62 | 30 | 0 | 116 | 12 | 116 | 116 | 67 |
| Binary | 10101111 | 11100110 | 110010 | 11000 | 0 | 1001110 | 1010 | 1001110 | 1001110 | 110111 |
Color Harmonies of #AFE632
Complementary color
Monochromatic Colors of #AFE632
Black with #AFE632
Text Example
Text Example
White with #AFE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE632; }
p { color: rgb(175,230,50); }
H1.HeaderClassName
{
color: #AFE632;
}
.AnyTagClassName
{
color: #AFE632;
}
</style>
background-color css
<style>
a { background-color: #AFE632; }
a { background-color: rgb(175,230,50); }
div.DivClassName
{
background-color: #AFE632;
}
.BgClassName
{
background-color: #AFE632;
}
</style>
border-color css
<style>
span { border-color: #AFE632; }
span { border-color: rgb(175,230,50); }
td.TdClassName
{
border-color: #AFE632;
}
.TagClassName
{
border-color: #AFE632;
}
</style>