Shades of Spring Bud #ADF30D
Tints of Spring Bud #ADF30D
RGB
CMYK
RGB Variations
Color information
#ADF30D (or 0xADF30D) is known color: Spring Bud. HEX triplet: AD, F3 and 0D. RGB value is (173,243,13). Sum of RGB (Red+Green+Blue) = 173+243+13=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF30D is #520CF2. Grayscale: #C4C4C4. Windows color (decimal): -5377267 or 914349. OLE color: 914349.
HSL color Cylindrical-coordinate representation of color #ADF30D: hue angle of 78.26º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADF30D is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 13 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.26º | 0.91% | 0.5% | - |
| HSV(B) | 78.26º | 0.95% | 0.95% | - |
| XYZ | 49.36 | 73.01 | 11.87 | - |
| YUV | 195.85 | 24.81 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 13 | 0.29 | 0 | 0.95 | 0.05 | 78.26 | 0.91 | 0.5 |
| Hex | AD | F3 | D | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 255 | 363 | 15 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101101 | 11110011 | 1101 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ADF30D
Complementary color
Monochromatic Colors of #ADF30D
Black with #ADF30D
Text Example
Text Example
White with #ADF30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF30D; }
p { color: rgb(173,243,13); }
H1.HeaderClassName
{
color: #ADF30D;
}
.AnyTagClassName
{
color: #ADF30D;
}
</style>
background-color css
<style>
a { background-color: #ADF30D; }
a { background-color: rgb(173,243,13); }
div.DivClassName
{
background-color: #ADF30D;
}
.BgClassName
{
background-color: #ADF30D;
}
</style>
border-color css
<style>
span { border-color: #ADF30D; }
span { border-color: rgb(173,243,13); }
td.TdClassName
{
border-color: #ADF30D;
}
.TagClassName
{
border-color: #ADF30D;
}
</style>