Shades of Spring Bud #ADF30B
Tints of Spring Bud #ADF30B
RGB
CMYK
RGB Variations
Color information
#ADF30B (or 0xADF30B) is known color: Spring Bud. HEX triplet: AD, F3 and 0B. RGB value is (173,243,11). Sum of RGB (Red+Green+Blue) = 173+243+11=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF30B is #520CF4. Grayscale: #C4C4C4. Windows color (decimal): -5377269 or 783277. OLE color: 783277.
HSL color Cylindrical-coordinate representation of color #ADF30B: hue angle of 78.1º 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 #ADF30B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.05 |
| HSL | 78.1º | 0.91% | 0.5% | - |
| HSV(B) | 78.1º | 0.95% | 0.95% | - |
| XYZ | 49.34 | 73.01 | 11.81 | - |
| YUV | 195.62 | 23.81 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 11 | 0.29 | 0 | 0.95 | 0.05 | 78.1 | 0.91 | 0.5 |
| Hex | AD | F3 | B | 1D | 0 | 5F | 5 | 4E | 5B | 32 |
| Octal | 255 | 363 | 13 | 35 | 0 | 137 | 5 | 116 | 133 | 62 |
| Binary | 10101101 | 11110011 | 1011 | 11101 | 0 | 1011111 | 101 | 1001110 | 1011011 | 110010 |
Color Harmonies of #ADF30B
Complementary color
Monochromatic Colors of #ADF30B
Black with #ADF30B
Text Example
Text Example
White with #ADF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF30B; }
p { color: rgb(173,243,11); }
H1.HeaderClassName
{
color: #ADF30B;
}
.AnyTagClassName
{
color: #ADF30B;
}
</style>
background-color css
<style>
a { background-color: #ADF30B; }
a { background-color: rgb(173,243,11); }
div.DivClassName
{
background-color: #ADF30B;
}
.BgClassName
{
background-color: #ADF30B;
}
</style>
border-color css
<style>
span { border-color: #ADF30B; }
span { border-color: rgb(173,243,11); }
td.TdClassName
{
border-color: #ADF30B;
}
.TagClassName
{
border-color: #ADF30B;
}
</style>