Shades of Spring Bud #99F514
Tints of Spring Bud #99F514
RGB
CMYK
RGB Variations
Color information
#99F514 (or 0x99F514) is known color: Spring Bud. HEX triplet: 99, F5 and 14. RGB value is (153,245,20). Sum of RGB (Red+Green+Blue) = 153+245+20=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #99F514 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F514 is #660AEB. Grayscale: #C0C0C0. Windows color (decimal): -6687468 or 1373593. OLE color: 1373593.
HSL color Cylindrical-coordinate representation of color #99F514: hue angle of 84.53º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99F514 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 20 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.04 |
| HSL | 84.53º | 0.92% | 0.52% | - |
| HSV(B) | 84.53º | 0.92% | 0.96% | - |
| XYZ | 45.92 | 72.13 | 12.16 | - |
| YUV | 191.84 | 31.02 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 20 | 0.38 | 0 | 0.92 | 0.04 | 84.53 | 0.92 | 0.52 |
| Hex | 99 | F5 | 14 | 26 | 0 | 5C | 4 | 55 | 5C | 34 |
| Octal | 231 | 365 | 24 | 46 | 0 | 134 | 4 | 125 | 134 | 64 |
| Binary | 10011001 | 11110101 | 10100 | 100110 | 0 | 1011100 | 100 | 1010101 | 1011100 | 110100 |
Color Harmonies of #99F514
Complementary color
Monochromatic Colors of #99F514
Black with #99F514
Text Example
Text Example
White with #99F514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F514; }
p { color: rgb(153,245,20); }
H1.HeaderClassName
{
color: #99F514;
}
.AnyTagClassName
{
color: #99F514;
}
</style>
background-color css
<style>
a { background-color: #99F514; }
a { background-color: rgb(153,245,20); }
div.DivClassName
{
background-color: #99F514;
}
.BgClassName
{
background-color: #99F514;
}
</style>
border-color css
<style>
span { border-color: #99F514; }
span { border-color: rgb(153,245,20); }
td.TdClassName
{
border-color: #99F514;
}
.TagClassName
{
border-color: #99F514;
}
</style>