Shades of Spring Bud #9BF314
Tints of Spring Bud #9BF314
RGB
CMYK
RGB Variations
Color information
#9BF314 (or 0x9BF314) is known color: Spring Bud. HEX triplet: 9B, F3 and 14. RGB value is (155,243,20). Sum of RGB (Red+Green+Blue) = 155+243+20=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF314 is #640CEB. Grayscale: #C0C0C0. Windows color (decimal): -6556908 or 1373083. OLE color: 1373083.
HSL color Cylindrical-coordinate representation of color #9BF314: hue angle of 83.68º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BF314 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.05 |
| HSL | 83.68º | 0.9% | 0.52% | - |
| HSV(B) | 83.68º | 0.92% | 0.95% | - |
| XYZ | 45.69 | 71.12 | 11.98 | - |
| YUV | 191.27 | 31.35 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 20 | 0.36 | 0 | 0.92 | 0.05 | 83.68 | 0.9 | 0.52 |
| Hex | 9B | F3 | 14 | 24 | 0 | 5C | 5 | 54 | 5A | 34 |
| Octal | 233 | 363 | 24 | 44 | 0 | 134 | 5 | 124 | 132 | 64 |
| Binary | 10011011 | 11110011 | 10100 | 100100 | 0 | 1011100 | 101 | 1010100 | 1011010 | 110100 |
Color Harmonies of #9BF314
Complementary color
Monochromatic Colors of #9BF314
Black with #9BF314
Text Example
Text Example
White with #9BF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF314; }
p { color: rgb(155,243,20); }
H1.HeaderClassName
{
color: #9BF314;
}
.AnyTagClassName
{
color: #9BF314;
}
</style>
background-color css
<style>
a { background-color: #9BF314; }
a { background-color: rgb(155,243,20); }
div.DivClassName
{
background-color: #9BF314;
}
.BgClassName
{
background-color: #9BF314;
}
</style>
border-color css
<style>
span { border-color: #9BF314; }
span { border-color: rgb(155,243,20); }
td.TdClassName
{
border-color: #9BF314;
}
.TagClassName
{
border-color: #9BF314;
}
</style>