Shades of Spring Bud #99F712
Tints of Spring Bud #99F712
RGB
CMYK
RGB Variations
Color information
#99F712 (or 0x99F712) is known color: Spring Bud. HEX triplet: 99, F7 and 12. RGB value is (153,247,18). Sum of RGB (Red+Green+Blue) = 153+247+18=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 247 (96.88% from 255 or 59.09% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 247 - color contains mainly: green. Hex color #99F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F712 is #6608ED. Grayscale: #C1C1C1. Windows color (decimal): -6686958 or 1243033. OLE color: 1243033.
HSL color Cylindrical-coordinate representation of color #99F712: hue angle of 84.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99F712 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 18 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.03 |
| HSL | 84.63º | 0.93% | 0.52% | - |
| HSV(B) | 84.63º | 0.93% | 0.97% | - |
| XYZ | 46.51 | 73.34 | 12.28 | - |
| YUV | 192.79 | 29.36 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 18 | 0.38 | 0 | 0.93 | 0.03 | 84.63 | 0.93 | 0.52 |
| Hex | 99 | F7 | 12 | 26 | 0 | 5D | 3 | 55 | 5D | 34 |
| Octal | 231 | 367 | 22 | 46 | 0 | 135 | 3 | 125 | 135 | 64 |
| Binary | 10011001 | 11110111 | 10010 | 100110 | 0 | 1011101 | 11 | 1010101 | 1011101 | 110100 |
Color Harmonies of #99F712
Complementary color
Monochromatic Colors of #99F712
Black with #99F712
Text Example
Text Example
White with #99F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F712; }
p { color: rgb(153,247,18); }
H1.HeaderClassName
{
color: #99F712;
}
.AnyTagClassName
{
color: #99F712;
}
</style>
background-color css
<style>
a { background-color: #99F712; }
a { background-color: rgb(153,247,18); }
div.DivClassName
{
background-color: #99F712;
}
.BgClassName
{
background-color: #99F712;
}
</style>
border-color css
<style>
span { border-color: #99F712; }
span { border-color: rgb(153,247,18); }
td.TdClassName
{
border-color: #99F712;
}
.TagClassName
{
border-color: #99F712;
}
</style>