Shades of Spring Bud #ADEE04
Tints of Spring Bud #ADEE04
RGB
CMYK
RGB Variations
Color information
#ADEE04 (or 0xADEE04) is known color: Spring Bud. HEX triplet: AD, EE and 04. RGB value is (173,238,4). Sum of RGB (Red+Green+Blue) = 173+238+4=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 238 (93.36% from 255 or 57.35% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEE04 is #5211FB. Grayscale: #C0C0C0. Windows color (decimal): -5378556 or 323245. OLE color: 323245.
HSL color Cylindrical-coordinate representation of color #ADEE04: hue angle of 76.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADEE04 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 4 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.07 |
| HSL | 76.67º | 0.97% | 0.47% | - |
| HSV(B) | 76.67º | 0.98% | 0.93% | - |
| XYZ | 47.83 | 70.04 | 11.11 | - |
| YUV | 191.89 | 21.97 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 4 | 0.27 | 0 | 0.98 | 0.07 | 76.67 | 0.97 | 0.47 |
| Hex | AD | EE | 4 | 1B | 0 | 62 | 7 | 4D | 61 | 2F |
| Octal | 255 | 356 | 4 | 33 | 0 | 142 | 7 | 115 | 141 | 57 |
| Binary | 10101101 | 11101110 | 100 | 11011 | 0 | 1100010 | 111 | 1001101 | 1100001 | 101111 |
Color Harmonies of #ADEE04
Complementary color
Monochromatic Colors of #ADEE04
Black with #ADEE04
Text Example
Text Example
White with #ADEE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE04; }
p { color: rgb(173,238,4); }
H1.HeaderClassName
{
color: #ADEE04;
}
.AnyTagClassName
{
color: #ADEE04;
}
</style>
background-color css
<style>
a { background-color: #ADEE04; }
a { background-color: rgb(173,238,4); }
div.DivClassName
{
background-color: #ADEE04;
}
.BgClassName
{
background-color: #ADEE04;
}
</style>
border-color css
<style>
span { border-color: #ADEE04; }
span { border-color: rgb(173,238,4); }
td.TdClassName
{
border-color: #ADEE04;
}
.TagClassName
{
border-color: #ADEE04;
}
</style>