Shades of Spring Bud #AEF305
Tints of Spring Bud #AEF305
RGB
CMYK
RGB Variations
Color information
#AEF305 (or 0xAEF305) is known color: Spring Bud. HEX triplet: AE, F3 and 05. RGB value is (174,243,5). Sum of RGB (Red+Green+Blue) = 174+243+5=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF305 is #510CFA. Grayscale: #C4C4C4. Windows color (decimal): -5311739 or 390062. OLE color: 390062.
HSL color Cylindrical-coordinate representation of color #AEF305: hue angle of 77.39º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEF305 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.05 |
| HSL | 77.39º | 0.96% | 0.49% | - |
| HSV(B) | 77.39º | 0.98% | 0.95% | - |
| XYZ | 49.53 | 73.11 | 11.64 | - |
| YUV | 195.24 | 20.64 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 5 | 0.28 | 0 | 0.98 | 0.05 | 77.39 | 0.96 | 0.49 |
| Hex | AE | F3 | 5 | 1C | 0 | 62 | 5 | 4D | 60 | 31 |
| Octal | 256 | 363 | 5 | 34 | 0 | 142 | 5 | 115 | 140 | 61 |
| Binary | 10101110 | 11110011 | 101 | 11100 | 0 | 1100010 | 101 | 1001101 | 1100000 | 110001 |
Color Harmonies of #AEF305
Complementary color
Monochromatic Colors of #AEF305
Black with #AEF305
Text Example
Text Example
White with #AEF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF305; }
p { color: rgb(174,243,5); }
H1.HeaderClassName
{
color: #AEF305;
}
.AnyTagClassName
{
color: #AEF305;
}
</style>
background-color css
<style>
a { background-color: #AEF305; }
a { background-color: rgb(174,243,5); }
div.DivClassName
{
background-color: #AEF305;
}
.BgClassName
{
background-color: #AEF305;
}
</style>
border-color css
<style>
span { border-color: #AEF305; }
span { border-color: rgb(174,243,5); }
td.TdClassName
{
border-color: #AEF305;
}
.TagClassName
{
border-color: #AEF305;
}
</style>