Shades of Spring Bud #ADEF00
Tints of Spring Bud #ADEF00
RGB
CMYK
RGB Variations
Color information
#ADEF00 (or 0xADEF00) is known color: Spring Bud. HEX triplet: AD, EF and 00. RGB value is (173,239,0). Sum of RGB (Red+Green+Blue) = 173+239+0=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEF00 is #5210FF. Grayscale: #C0C0C0. Windows color (decimal): -5378304 or 61357. OLE color: 61357.
HSL color Cylindrical-coordinate representation of color #ADEF00: hue angle of 76.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADEF00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.06 |
| HSL | 76.57º | 1% | 0.47% | - |
| HSV(B) | 76.57º | 1% | 0.94% | - |
| XYZ | 48.1 | 70.62 | 11.1 | - |
| YUV | 192.02 | 19.63 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 0 | 0.28 | 0 | 1 | 0.06 | 76.57 | 1 | 0.47 |
| Hex | AD | EF | 0 | 1C | 0 | 64 | 6 | 4D | 64 | 2F |
| Octal | 255 | 357 | 0 | 34 | 0 | 144 | 6 | 115 | 144 | 57 |
| Binary | 10101101 | 11101111 | 0 | 11100 | 0 | 1100100 | 110 | 1001101 | 1100100 | 101111 |
Color Harmonies of #ADEF00
Complementary color
Monochromatic Colors of #ADEF00
Black with #ADEF00
Text Example
Text Example
White with #ADEF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF00; }
p { color: rgb(173,239,0); }
H1.HeaderClassName
{
color: #ADEF00;
}
.AnyTagClassName
{
color: #ADEF00;
}
</style>
background-color css
<style>
a { background-color: #ADEF00; }
a { background-color: rgb(173,239,0); }
div.DivClassName
{
background-color: #ADEF00;
}
.BgClassName
{
background-color: #ADEF00;
}
</style>
border-color css
<style>
span { border-color: #ADEF00; }
span { border-color: rgb(173,239,0); }
td.TdClassName
{
border-color: #ADEF00;
}
.TagClassName
{
border-color: #ADEF00;
}
</style>