Shades of Spring Bud #9DF702
Tints of Spring Bud #9DF702
RGB
CMYK
RGB Variations
Color information
#9DF702 (or 0x9DF702) is known color: Spring Bud. HEX triplet: 9D, F7 and 02. RGB value is (157,247,2). Sum of RGB (Red+Green+Blue) = 157+247+2=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF702 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF702 is #6208FD. Grayscale: #C1C1C1. Windows color (decimal): -6424830 or 194461. OLE color: 194461.
HSL color Cylindrical-coordinate representation of color #9DF702: hue angle of 82.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DF702 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.03 |
| HSL | 82.04º | 0.98% | 0.49% | - |
| HSV(B) | 82.04º | 0.99% | 0.97% | - |
| XYZ | 47.18 | 73.69 | 11.8 | - |
| YUV | 192.16 | 20.68 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 2 | 0.36 | 0 | 0.99 | 0.03 | 82.04 | 0.98 | 0.49 |
| Hex | 9D | F7 | 2 | 24 | 0 | 63 | 3 | 52 | 62 | 31 |
| Octal | 235 | 367 | 2 | 44 | 0 | 143 | 3 | 122 | 142 | 61 |
| Binary | 10011101 | 11110111 | 10 | 100100 | 0 | 1100011 | 11 | 1010010 | 1100010 | 110001 |
Color Harmonies of #9DF702
Complementary color
Monochromatic Colors of #9DF702
Black with #9DF702
Text Example
Text Example
White with #9DF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF702; }
p { color: rgb(157,247,2); }
H1.HeaderClassName
{
color: #9DF702;
}
.AnyTagClassName
{
color: #9DF702;
}
</style>
background-color css
<style>
a { background-color: #9DF702; }
a { background-color: rgb(157,247,2); }
div.DivClassName
{
background-color: #9DF702;
}
.BgClassName
{
background-color: #9DF702;
}
</style>
border-color css
<style>
span { border-color: #9DF702; }
span { border-color: rgb(157,247,2); }
td.TdClassName
{
border-color: #9DF702;
}
.TagClassName
{
border-color: #9DF702;
}
</style>