Shades of Spring Bud #9DF911
Tints of Spring Bud #9DF911
RGB
CMYK
RGB Variations
Color information
#9DF911 (or 0x9DF911) is known color: Spring Bud. HEX triplet: 9D, F9 and 11. RGB value is (157,249,17). Sum of RGB (Red+Green+Blue) = 157+249+17=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF911 is #6206EE. Grayscale: #C3C3C3. Windows color (decimal): -6424303 or 1178013. OLE color: 1178013.
HSL color Cylindrical-coordinate representation of color #9DF911: hue angle of 83.79º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DF911 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 17 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.02 |
| HSL | 83.79º | 0.95% | 0.52% | - |
| HSV(B) | 83.79º | 0.93% | 0.98% | - |
| XYZ | 47.88 | 74.96 | 12.48 | - |
| YUV | 195.04 | 27.52 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 17 | 0.37 | 0 | 0.93 | 0.02 | 83.79 | 0.95 | 0.52 |
| Hex | 9D | F9 | 11 | 25 | 0 | 5D | 2 | 54 | 5F | 34 |
| Octal | 235 | 371 | 21 | 45 | 0 | 135 | 2 | 124 | 137 | 64 |
| Binary | 10011101 | 11111001 | 10001 | 100101 | 0 | 1011101 | 10 | 1010100 | 1011111 | 110100 |
Color Harmonies of #9DF911
Complementary color
Monochromatic Colors of #9DF911
Black with #9DF911
Text Example
Text Example
White with #9DF911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF911; }
p { color: rgb(157,249,17); }
H1.HeaderClassName
{
color: #9DF911;
}
.AnyTagClassName
{
color: #9DF911;
}
</style>
background-color css
<style>
a { background-color: #9DF911; }
a { background-color: rgb(157,249,17); }
div.DivClassName
{
background-color: #9DF911;
}
.BgClassName
{
background-color: #9DF911;
}
</style>
border-color css
<style>
span { border-color: #9DF911; }
span { border-color: rgb(157,249,17); }
td.TdClassName
{
border-color: #9DF911;
}
.TagClassName
{
border-color: #9DF911;
}
</style>