Shades of Spring Bud #9DF712
Tints of Spring Bud #9DF712
RGB
CMYK
RGB Variations
Color information
#9DF712 (or 0x9DF712) is known color: Spring Bud. HEX triplet: 9D, F7 and 12. RGB value is (157,247,18). Sum of RGB (Red+Green+Blue) = 157+247+18=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF712 is #6208ED. Grayscale: #C2C2C2. Windows color (decimal): -6424814 or 1243037. OLE color: 1243037.
HSL color Cylindrical-coordinate representation of color #9DF712: hue angle of 83.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF712 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 18 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.03 |
| HSL | 83.58º | 0.93% | 0.52% | - |
| HSV(B) | 83.58º | 0.93% | 0.97% | - |
| XYZ | 47.27 | 73.73 | 12.31 | - |
| YUV | 193.98 | 28.68 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 18 | 0.36 | 0 | 0.93 | 0.03 | 83.58 | 0.93 | 0.52 |
| Hex | 9D | F7 | 12 | 24 | 0 | 5D | 3 | 54 | 5D | 34 |
| Octal | 235 | 367 | 22 | 44 | 0 | 135 | 3 | 124 | 135 | 64 |
| Binary | 10011101 | 11110111 | 10010 | 100100 | 0 | 1011101 | 11 | 1010100 | 1011101 | 110100 |
Color Harmonies of #9DF712
Complementary color
Monochromatic Colors of #9DF712
Black with #9DF712
Text Example
Text Example
White with #9DF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF712; }
p { color: rgb(157,247,18); }
H1.HeaderClassName
{
color: #9DF712;
}
.AnyTagClassName
{
color: #9DF712;
}
</style>
background-color css
<style>
a { background-color: #9DF712; }
a { background-color: rgb(157,247,18); }
div.DivClassName
{
background-color: #9DF712;
}
.BgClassName
{
background-color: #9DF712;
}
</style>
border-color css
<style>
span { border-color: #9DF712; }
span { border-color: rgb(157,247,18); }
td.TdClassName
{
border-color: #9DF712;
}
.TagClassName
{
border-color: #9DF712;
}
</style>