Shades of Spring Bud #9BF714
Tints of Spring Bud #9BF714
RGB
CMYK
RGB Variations
Color information
#9BF714 (or 0x9BF714) is known color: Spring Bud. HEX triplet: 9B, F7 and 14. RGB value is (155,247,20). Sum of RGB (Red+Green+Blue) = 155+247+20=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF714 is #6408EB. Grayscale: #C2C2C2. Windows color (decimal): -6555884 or 1374107. OLE color: 1374107.
HSL color Cylindrical-coordinate representation of color #9BF714: hue angle of 84.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BF714 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 20 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.03 |
| HSL | 84.32º | 0.93% | 0.52% | - |
| HSV(B) | 84.32º | 0.92% | 0.97% | - |
| XYZ | 46.9 | 73.54 | 12.38 | - |
| YUV | 193.61 | 30.02 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 20 | 0.37 | 0 | 0.92 | 0.03 | 84.32 | 0.93 | 0.52 |
| Hex | 9B | F7 | 14 | 25 | 0 | 5C | 3 | 54 | 5D | 34 |
| Octal | 233 | 367 | 24 | 45 | 0 | 134 | 3 | 124 | 135 | 64 |
| Binary | 10011011 | 11110111 | 10100 | 100101 | 0 | 1011100 | 11 | 1010100 | 1011101 | 110100 |
Color Harmonies of #9BF714
Complementary color
Monochromatic Colors of #9BF714
Black with #9BF714
Text Example
Text Example
White with #9BF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF714; }
p { color: rgb(155,247,20); }
H1.HeaderClassName
{
color: #9BF714;
}
.AnyTagClassName
{
color: #9BF714;
}
</style>
background-color css
<style>
a { background-color: #9BF714; }
a { background-color: rgb(155,247,20); }
div.DivClassName
{
background-color: #9BF714;
}
.BgClassName
{
background-color: #9BF714;
}
</style>
border-color css
<style>
span { border-color: #9BF714; }
span { border-color: rgb(155,247,20); }
td.TdClassName
{
border-color: #9BF714;
}
.TagClassName
{
border-color: #9BF714;
}
</style>