Shades of Spring Bud #9DF10B
Tints of Spring Bud #9DF10B
RGB
CMYK
RGB Variations
Color information
#9DF10B (or 0x9DF10B) is known color: Spring Bud. HEX triplet: 9D, F1 and 0B. RGB value is (157,241,11). Sum of RGB (Red+Green+Blue) = 157+241+11=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF10B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF10B is #620EF4. Grayscale: #BEBEBE. Windows color (decimal): -6426357 or 782749. OLE color: 782749.
HSL color Cylindrical-coordinate representation of color #9DF10B: hue angle of 81.91º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DF10B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.05 |
| HSL | 81.91º | 0.91% | 0.49% | - |
| HSV(B) | 81.91º | 0.95% | 0.95% | - |
| XYZ | 45.42 | 70.1 | 11.45 | - |
| YUV | 189.66 | 27.17 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 11 | 0.35 | 0 | 0.95 | 0.05 | 81.91 | 0.91 | 0.49 |
| Hex | 9D | F1 | B | 23 | 0 | 5F | 5 | 52 | 5B | 31 |
| Octal | 235 | 361 | 13 | 43 | 0 | 137 | 5 | 122 | 133 | 61 |
| Binary | 10011101 | 11110001 | 1011 | 100011 | 0 | 1011111 | 101 | 1010010 | 1011011 | 110001 |
Color Harmonies of #9DF10B
Complementary color
Monochromatic Colors of #9DF10B
Black with #9DF10B
Text Example
Text Example
White with #9DF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF10B; }
p { color: rgb(157,241,11); }
H1.HeaderClassName
{
color: #9DF10B;
}
.AnyTagClassName
{
color: #9DF10B;
}
</style>
background-color css
<style>
a { background-color: #9DF10B; }
a { background-color: rgb(157,241,11); }
div.DivClassName
{
background-color: #9DF10B;
}
.BgClassName
{
background-color: #9DF10B;
}
</style>
border-color css
<style>
span { border-color: #9DF10B; }
span { border-color: rgb(157,241,11); }
td.TdClassName
{
border-color: #9DF10B;
}
.TagClassName
{
border-color: #9DF10B;
}
</style>