Shades of Spring Bud #ADF40E
Tints of Spring Bud #ADF40E
RGB
CMYK
RGB Variations
Color information
#ADF40E (or 0xADF40E) is known color: Spring Bud. HEX triplet: AD, F4 and 0E. RGB value is (173,244,14). Sum of RGB (Red+Green+Blue) = 173+244+14=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 244 (95.70% from 255 or 56.61% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF40E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF40E is #520BF1. Grayscale: #C5C5C5. Windows color (decimal): -5377010 or 980141. OLE color: 980141.
HSL color Cylindrical-coordinate representation of color #ADF40E: hue angle of 78.52º degrees, saturation: 0.91, 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 #ADF40E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.04 |
| HSL | 78.52º | 0.91% | 0.51% | - |
| HSV(B) | 78.52º | 0.94% | 0.96% | - |
| XYZ | 49.66 | 73.62 | 12.01 | - |
| YUV | 196.55 | 24.98 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 14 | 0.29 | 0 | 0.94 | 0.04 | 78.52 | 0.91 | 0.51 |
| Hex | AD | F4 | E | 1D | 0 | 5E | 4 | 4F | 5B | 33 |
| Octal | 255 | 364 | 16 | 35 | 0 | 136 | 4 | 117 | 133 | 63 |
| Binary | 10101101 | 11110100 | 1110 | 11101 | 0 | 1011110 | 100 | 1001111 | 1011011 | 110011 |
Color Harmonies of #ADF40E
Complementary color
Monochromatic Colors of #ADF40E
Black with #ADF40E
Text Example
Text Example
White with #ADF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF40E; }
p { color: rgb(173,244,14); }
H1.HeaderClassName
{
color: #ADF40E;
}
.AnyTagClassName
{
color: #ADF40E;
}
</style>
background-color css
<style>
a { background-color: #ADF40E; }
a { background-color: rgb(173,244,14); }
div.DivClassName
{
background-color: #ADF40E;
}
.BgClassName
{
background-color: #ADF40E;
}
</style>
border-color css
<style>
span { border-color: #ADF40E; }
span { border-color: rgb(173,244,14); }
td.TdClassName
{
border-color: #ADF40E;
}
.TagClassName
{
border-color: #ADF40E;
}
</style>