Shades of Spring Bud #9BFD0C
Tints of Spring Bud #9BFD0C
RGB
CMYK
RGB Variations
Color information
#9BFD0C (or 0x9BFD0C) is known color: Spring Bud. HEX triplet: 9B, FD and 0C. RGB value is (155,253,12). Sum of RGB (Red+Green+Blue) = 155+253+12=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFD0C is #6402F3. Grayscale: #C5C5C5. Windows color (decimal): -6554356 or 851355. OLE color: 851355.
HSL color Cylindrical-coordinate representation of color #9BFD0C: hue angle of 84.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BFD0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.01 |
| HSL | 84.4º | 0.98% | 0.52% | - |
| HSV(B) | 84.4º | 0.95% | 0.99% | - |
| XYZ | 48.71 | 77.25 | 12.69 | - |
| YUV | 196.22 | 24.03 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 12 | 0.39 | 0 | 0.95 | 0.01 | 84.4 | 0.98 | 0.52 |
| Hex | 9B | FD | C | 27 | 0 | 5F | 1 | 54 | 62 | 34 |
| Octal | 233 | 375 | 14 | 47 | 0 | 137 | 1 | 124 | 142 | 64 |
| Binary | 10011011 | 11111101 | 1100 | 100111 | 0 | 1011111 | 1 | 1010100 | 1100010 | 110100 |
Color Harmonies of #9BFD0C
Complementary color
Monochromatic Colors of #9BFD0C
Black with #9BFD0C
Text Example
Text Example
White with #9BFD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFD0C; }
p { color: rgb(155,253,12); }
H1.HeaderClassName
{
color: #9BFD0C;
}
.AnyTagClassName
{
color: #9BFD0C;
}
</style>
background-color css
<style>
a { background-color: #9BFD0C; }
a { background-color: rgb(155,253,12); }
div.DivClassName
{
background-color: #9BFD0C;
}
.BgClassName
{
background-color: #9BFD0C;
}
</style>
border-color css
<style>
span { border-color: #9BFD0C; }
span { border-color: rgb(155,253,12); }
td.TdClassName
{
border-color: #9BFD0C;
}
.TagClassName
{
border-color: #9BFD0C;
}
</style>