Shades of Spring Bud #AFFE0E
Tints of Spring Bud #AFFE0E
RGB
CMYK
RGB Variations
Color information
#AFFE0E (or 0xAFFE0E) is known color: Spring Bud. HEX triplet: AF, FE and 0E. RGB value is (175,254,14). Sum of RGB (Red+Green+Blue) = 175+254+14=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 14 (5.86% from 255 or 3.16% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE0E is #5001F1. Grayscale: #CBCBCB. Windows color (decimal): -5243378 or 982703. OLE color: 982703.
HSL color Cylindrical-coordinate representation of color #AFFE0E: hue angle of 79.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFFE0E is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 14 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.00 |
| HSL | 79.75º | 0.99% | 0.53% | - |
| HSV(B) | 79.75º | 0.94% | 1% | - |
| XYZ | 53.2 | 80.03 | 13.06 | - |
| YUV | 203.02 | 21.33 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 14 | 0.31 | 0 | 0.94 | 0.00 | 79.75 | 0.99 | 0.53 |
| Hex | AF | FE | E | 1F | 0 | 5E | 0 | 50 | 63 | 35 |
| Octal | 257 | 376 | 16 | 37 | 0 | 136 | 0 | 120 | 143 | 65 |
| Binary | 10101111 | 11111110 | 1110 | 11111 | 0 | 1011110 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #AFFE0E
Complementary color
Monochromatic Colors of #AFFE0E
Black with #AFFE0E
Text Example
Text Example
White with #AFFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE0E; }
p { color: rgb(175,254,14); }
H1.HeaderClassName
{
color: #AFFE0E;
}
.AnyTagClassName
{
color: #AFFE0E;
}
</style>
background-color css
<style>
a { background-color: #AFFE0E; }
a { background-color: rgb(175,254,14); }
div.DivClassName
{
background-color: #AFFE0E;
}
.BgClassName
{
background-color: #AFFE0E;
}
</style>
border-color css
<style>
span { border-color: #AFFE0E; }
span { border-color: rgb(175,254,14); }
td.TdClassName
{
border-color: #AFFE0E;
}
.TagClassName
{
border-color: #AFFE0E;
}
</style>