Shades of Green Yellow #AFE83A
Tints of Green Yellow #AFE83A
RGB
CMYK
RGB Variations
Color information
#AFE83A (or 0xAFE83A) is known color: Green Yellow. HEX triplet: AF, E8 and 3A. RGB value is (175,232,58). Sum of RGB (Red+Green+Blue) = 175+232+58=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE83A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE83A is #5017C5. Grayscale: #C3C3C3. Windows color (decimal): -5248966 or 3860655. OLE color: 3860655.
HSL color Cylindrical-coordinate representation of color #AFE83A: hue angle of 79.66º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFE83A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 58 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.09 |
| HSL | 79.66º | 0.79% | 0.57% | - |
| HSV(B) | 79.66º | 0.75% | 0.91% | - |
| XYZ | 47.3 | 67.13 | 14.47 | - |
| YUV | 195.12 | 50.62 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 58 | 0.25 | 0 | 0.75 | 0.09 | 79.66 | 0.79 | 0.57 |
| Hex | AF | E8 | 3A | 19 | 0 | 4B | 9 | 50 | 4F | 39 |
| Octal | 257 | 350 | 72 | 31 | 0 | 113 | 11 | 120 | 117 | 71 |
| Binary | 10101111 | 11101000 | 111010 | 11001 | 0 | 1001011 | 1001 | 1010000 | 1001111 | 111001 |
Color Harmonies of #AFE83A
Complementary color
Monochromatic Colors of #AFE83A
Black with #AFE83A
Text Example
Text Example
White with #AFE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE83A; }
p { color: rgb(175,232,58); }
H1.HeaderClassName
{
color: #AFE83A;
}
.AnyTagClassName
{
color: #AFE83A;
}
</style>
background-color css
<style>
a { background-color: #AFE83A; }
a { background-color: rgb(175,232,58); }
div.DivClassName
{
background-color: #AFE83A;
}
.BgClassName
{
background-color: #AFE83A;
}
</style>
border-color css
<style>
span { border-color: #AFE83A; }
span { border-color: rgb(175,232,58); }
td.TdClassName
{
border-color: #AFE83A;
}
.TagClassName
{
border-color: #AFE83A;
}
</style>