Shades of Spring Bud #99F714
Tints of Spring Bud #99F714
RGB
CMYK
RGB Variations
Color information
#99F714 (or 0x99F714) is known color: Spring Bud. HEX triplet: 99, F7 and 14. RGB value is (153,247,20). Sum of RGB (Red+Green+Blue) = 153+247+20=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #99F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F714 is #6608EB. Grayscale: #C1C1C1. Windows color (decimal): -6686956 or 1374105. OLE color: 1374105.
HSL color Cylindrical-coordinate representation of color #99F714: hue angle of 84.85º 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 #99F714 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 20 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.03 |
| HSL | 84.85º | 0.93% | 0.52% | - |
| HSV(B) | 84.85º | 0.92% | 0.97% | - |
| XYZ | 46.52 | 73.34 | 12.37 | - |
| YUV | 193.02 | 30.36 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 20 | 0.38 | 0 | 0.92 | 0.03 | 84.85 | 0.93 | 0.52 |
| Hex | 99 | F7 | 14 | 26 | 0 | 5C | 3 | 55 | 5D | 34 |
| Octal | 231 | 367 | 24 | 46 | 0 | 134 | 3 | 125 | 135 | 64 |
| Binary | 10011001 | 11110111 | 10100 | 100110 | 0 | 1011100 | 11 | 1010101 | 1011101 | 110100 |
Color Harmonies of #99F714
Complementary color
Monochromatic Colors of #99F714
Black with #99F714
Text Example
Text Example
White with #99F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F714; }
p { color: rgb(153,247,20); }
H1.HeaderClassName
{
color: #99F714;
}
.AnyTagClassName
{
color: #99F714;
}
</style>
background-color css
<style>
a { background-color: #99F714; }
a { background-color: rgb(153,247,20); }
div.DivClassName
{
background-color: #99F714;
}
.BgClassName
{
background-color: #99F714;
}
</style>
border-color css
<style>
span { border-color: #99F714; }
span { border-color: rgb(153,247,20); }
td.TdClassName
{
border-color: #99F714;
}
.TagClassName
{
border-color: #99F714;
}
</style>