Shades of Spring Bud #9DF807
Tints of Spring Bud #9DF807
RGB
CMYK
RGB Variations
Color information
#9DF807 (or 0x9DF807) is known color: Spring Bud. HEX triplet: 9D, F8 and 07. RGB value is (157,248,7). Sum of RGB (Red+Green+Blue) = 157+248+7=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 248 (97.27% from 255 or 60.19% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF807 is #6207F8. Grayscale: #C2C2C2. Windows color (decimal): -6424569 or 522397. OLE color: 522397.
HSL color Cylindrical-coordinate representation of color #9DF807: hue angle of 82.66º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DF807 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.03 |
| HSL | 82.66º | 0.95% | 0.5% | - |
| HSV(B) | 82.66º | 0.97% | 0.97% | - |
| XYZ | 47.51 | 74.32 | 12.04 | - |
| YUV | 193.32 | 22.85 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 7 | 0.37 | 0 | 0.97 | 0.03 | 82.66 | 0.95 | 0.5 |
| Hex | 9D | F8 | 7 | 25 | 0 | 61 | 3 | 53 | 5F | 32 |
| Octal | 235 | 370 | 7 | 45 | 0 | 141 | 3 | 123 | 137 | 62 |
| Binary | 10011101 | 11111000 | 111 | 100101 | 0 | 1100001 | 11 | 1010011 | 1011111 | 110010 |
Color Harmonies of #9DF807
Complementary color
Monochromatic Colors of #9DF807
Black with #9DF807
Text Example
Text Example
White with #9DF807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF807; }
p { color: rgb(157,248,7); }
H1.HeaderClassName
{
color: #9DF807;
}
.AnyTagClassName
{
color: #9DF807;
}
</style>
background-color css
<style>
a { background-color: #9DF807; }
a { background-color: rgb(157,248,7); }
div.DivClassName
{
background-color: #9DF807;
}
.BgClassName
{
background-color: #9DF807;
}
</style>
border-color css
<style>
span { border-color: #9DF807; }
span { border-color: rgb(157,248,7); }
td.TdClassName
{
border-color: #9DF807;
}
.TagClassName
{
border-color: #9DF807;
}
</style>