Shades of Spring Bud #ADF60B
Tints of Spring Bud #ADF60B
RGB
CMYK
RGB Variations
Color information
#ADF60B (or 0xADF60B) is known color: Spring Bud. HEX triplet: AD, F6 and 0B. RGB value is (173,246,11). Sum of RGB (Red+Green+Blue) = 173+246+11=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF60B is #5209F4. Grayscale: #C6C6C6. Windows color (decimal): -5376501 or 784045. OLE color: 784045.
HSL color Cylindrical-coordinate representation of color #ADF60B: hue angle of 78.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF60B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 11 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.04 |
| HSL | 78.64º | 0.93% | 0.5% | - |
| HSV(B) | 78.64º | 0.96% | 0.96% | - |
| XYZ | 50.25 | 74.82 | 12.11 | - |
| YUV | 197.38 | 22.82 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 11 | 0.30 | 0 | 0.96 | 0.04 | 78.64 | 0.93 | 0.5 |
| Hex | AD | F6 | B | 1E | 0 | 60 | 4 | 4F | 5D | 32 |
| Octal | 255 | 366 | 13 | 36 | 0 | 140 | 4 | 117 | 135 | 62 |
| Binary | 10101101 | 11110110 | 1011 | 11110 | 0 | 1100000 | 100 | 1001111 | 1011101 | 110010 |
Color Harmonies of #ADF60B
Complementary color
Monochromatic Colors of #ADF60B
Black with #ADF60B
Text Example
Text Example
White with #ADF60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF60B; }
p { color: rgb(173,246,11); }
H1.HeaderClassName
{
color: #ADF60B;
}
.AnyTagClassName
{
color: #ADF60B;
}
</style>
background-color css
<style>
a { background-color: #ADF60B; }
a { background-color: rgb(173,246,11); }
div.DivClassName
{
background-color: #ADF60B;
}
.BgClassName
{
background-color: #ADF60B;
}
</style>
border-color css
<style>
span { border-color: #ADF60B; }
span { border-color: rgb(173,246,11); }
td.TdClassName
{
border-color: #ADF60B;
}
.TagClassName
{
border-color: #ADF60B;
}
</style>