Shades of Green Yellow #AFEA3A
Tints of Green Yellow #AFEA3A
RGB
CMYK
RGB Variations
Color information
#AFEA3A (or 0xAFEA3A) is known color: Green Yellow. HEX triplet: AF, EA and 3A. RGB value is (175,234,58). Sum of RGB (Red+Green+Blue) = 175+234+58=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA3A is #5015C5. Grayscale: #C4C4C4. Windows color (decimal): -5248454 or 3861167. OLE color: 3861167.
HSL color Cylindrical-coordinate representation of color #AFEA3A: hue angle of 80.11º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFEA3A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 58 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.08 |
| HSL | 80.11º | 0.81% | 0.57% | - |
| HSV(B) | 80.11º | 0.75% | 0.92% | - |
| XYZ | 47.87 | 68.27 | 14.66 | - |
| YUV | 196.3 | 49.95 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 58 | 0.25 | 0 | 0.75 | 0.08 | 80.11 | 0.81 | 0.57 |
| Hex | AF | EA | 3A | 19 | 0 | 4B | 8 | 50 | 51 | 39 |
| Octal | 257 | 352 | 72 | 31 | 0 | 113 | 10 | 120 | 121 | 71 |
| Binary | 10101111 | 11101010 | 111010 | 11001 | 0 | 1001011 | 1000 | 1010000 | 1010001 | 111001 |
Color Harmonies of #AFEA3A
Complementary color
Monochromatic Colors of #AFEA3A
Black with #AFEA3A
Text Example
Text Example
White with #AFEA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEA3A; }
p { color: rgb(175,234,58); }
H1.HeaderClassName
{
color: #AFEA3A;
}
.AnyTagClassName
{
color: #AFEA3A;
}
</style>
background-color css
<style>
a { background-color: #AFEA3A; }
a { background-color: rgb(175,234,58); }
div.DivClassName
{
background-color: #AFEA3A;
}
.BgClassName
{
background-color: #AFEA3A;
}
</style>
border-color css
<style>
span { border-color: #AFEA3A; }
span { border-color: rgb(175,234,58); }
td.TdClassName
{
border-color: #AFEA3A;
}
.TagClassName
{
border-color: #AFEA3A;
}
</style>