Shades of Spring Bud #AEF50F
Tints of Spring Bud #AEF50F
RGB
CMYK
RGB Variations
Color information
#AEF50F (or 0xAEF50F) is known color: Spring Bud. HEX triplet: AE, F5 and 0F. RGB value is (174,245,15). Sum of RGB (Red+Green+Blue) = 174+245+15=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF50F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF50F is #510AF0. Grayscale: #C6C6C6. Windows color (decimal): -5311217 or 1045934. OLE color: 1045934.
HSL color Cylindrical-coordinate representation of color #AEF50F: hue angle of 78.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEF50F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 15 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.04 |
| HSL | 78.52º | 0.92% | 0.51% | - |
| HSV(B) | 78.52º | 0.94% | 0.96% | - |
| XYZ | 50.19 | 74.34 | 12.16 | - |
| YUV | 197.55 | 24.98 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 15 | 0.29 | 0 | 0.94 | 0.04 | 78.52 | 0.92 | 0.51 |
| Hex | AE | F5 | F | 1D | 0 | 5E | 4 | 4F | 5C | 33 |
| Octal | 256 | 365 | 17 | 35 | 0 | 136 | 4 | 117 | 134 | 63 |
| Binary | 10101110 | 11110101 | 1111 | 11101 | 0 | 1011110 | 100 | 1001111 | 1011100 | 110011 |
Color Harmonies of #AEF50F
Complementary color
Monochromatic Colors of #AEF50F
Black with #AEF50F
Text Example
Text Example
White with #AEF50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF50F; }
p { color: rgb(174,245,15); }
H1.HeaderClassName
{
color: #AEF50F;
}
.AnyTagClassName
{
color: #AEF50F;
}
</style>
background-color css
<style>
a { background-color: #AEF50F; }
a { background-color: rgb(174,245,15); }
div.DivClassName
{
background-color: #AEF50F;
}
.BgClassName
{
background-color: #AEF50F;
}
</style>
border-color css
<style>
span { border-color: #AEF50F; }
span { border-color: rgb(174,245,15); }
td.TdClassName
{
border-color: #AEF50F;
}
.TagClassName
{
border-color: #AEF50F;
}
</style>