Shades of Spring Bud #99FB0C
Tints of Spring Bud #99FB0C
RGB
CMYK
RGB Variations
Color information
#99FB0C (or 0x99FB0C) is known color: Spring Bud. HEX triplet: 99, FB and 0C. RGB value is (153,251,12). Sum of RGB (Red+Green+Blue) = 153+251+12=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #99FB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99FB0C is #6604F3. Grayscale: #C3C3C3. Windows color (decimal): -6685940 or 850841. OLE color: 850841.
HSL color Cylindrical-coordinate representation of color #99FB0C: hue angle of 84.6º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99FB0C is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 12 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.02 |
| HSL | 84.6º | 0.97% | 0.52% | - |
| HSV(B) | 84.6º | 0.95% | 0.98% | - |
| XYZ | 47.7 | 75.79 | 12.46 | - |
| YUV | 194.45 | 25.03 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 12 | 0.39 | 0 | 0.95 | 0.02 | 84.6 | 0.97 | 0.52 |
| Hex | 99 | FB | C | 27 | 0 | 5F | 2 | 55 | 61 | 34 |
| Octal | 231 | 373 | 14 | 47 | 0 | 137 | 2 | 125 | 141 | 64 |
| Binary | 10011001 | 11111011 | 1100 | 100111 | 0 | 1011111 | 10 | 1010101 | 1100001 | 110100 |
Color Harmonies of #99FB0C
Complementary color
Monochromatic Colors of #99FB0C
Black with #99FB0C
Text Example
Text Example
White with #99FB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FB0C; }
p { color: rgb(153,251,12); }
H1.HeaderClassName
{
color: #99FB0C;
}
.AnyTagClassName
{
color: #99FB0C;
}
</style>
background-color css
<style>
a { background-color: #99FB0C; }
a { background-color: rgb(153,251,12); }
div.DivClassName
{
background-color: #99FB0C;
}
.BgClassName
{
background-color: #99FB0C;
}
</style>
border-color css
<style>
span { border-color: #99FB0C; }
span { border-color: rgb(153,251,12); }
td.TdClassName
{
border-color: #99FB0C;
}
.TagClassName
{
border-color: #99FB0C;
}
</style>