Shades of Spring Bud #ADEE05
Tints of Spring Bud #ADEE05
RGB
CMYK
RGB Variations
Color information
#ADEE05 (or 0xADEE05) is known color: Spring Bud. HEX triplet: AD, EE and 05. RGB value is (173,238,5). Sum of RGB (Red+Green+Blue) = 173+238+5=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 5 (2.34% from 255 or 1.20% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEE05 is #5211FA. Grayscale: #C0C0C0. Windows color (decimal): -5378555 or 388781. OLE color: 388781.
HSL color Cylindrical-coordinate representation of color #ADEE05: hue angle of 76.74º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADEE05 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.07 |
| HSL | 76.74º | 0.96% | 0.48% | - |
| HSV(B) | 76.74º | 0.98% | 0.93% | - |
| XYZ | 47.84 | 70.04 | 11.14 | - |
| YUV | 192 | 22.47 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 5 | 0.27 | 0 | 0.98 | 0.07 | 76.74 | 0.96 | 0.48 |
| Hex | AD | EE | 5 | 1B | 0 | 62 | 7 | 4D | 60 | 30 |
| Octal | 255 | 356 | 5 | 33 | 0 | 142 | 7 | 115 | 140 | 60 |
| Binary | 10101101 | 11101110 | 101 | 11011 | 0 | 1100010 | 111 | 1001101 | 1100000 | 110000 |
Color Harmonies of #ADEE05
Complementary color
Monochromatic Colors of #ADEE05
Black with #ADEE05
Text Example
Text Example
White with #ADEE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE05; }
p { color: rgb(173,238,5); }
H1.HeaderClassName
{
color: #ADEE05;
}
.AnyTagClassName
{
color: #ADEE05;
}
</style>
background-color css
<style>
a { background-color: #ADEE05; }
a { background-color: rgb(173,238,5); }
div.DivClassName
{
background-color: #ADEE05;
}
.BgClassName
{
background-color: #ADEE05;
}
</style>
border-color css
<style>
span { border-color: #ADEE05; }
span { border-color: rgb(173,238,5); }
td.TdClassName
{
border-color: #ADEE05;
}
.TagClassName
{
border-color: #ADEE05;
}
</style>