Shades of Spring Bud #99F116
Tints of Spring Bud #99F116
RGB
CMYK
RGB Variations
Color information
#99F116 (or 0x99F116) is known color: Spring Bud. HEX triplet: 99, F1 and 16. RGB value is (153,241,22). Sum of RGB (Red+Green+Blue) = 153+241+22=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #99F116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F116 is #660EE9. Grayscale: #BEBEBE. Windows color (decimal): -6688490 or 1503641. OLE color: 1503641.
HSL color Cylindrical-coordinate representation of color #99F116: hue angle of 84.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99F116 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 22 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.05 |
| HSL | 84.11º | 0.89% | 0.52% | - |
| HSV(B) | 84.11º | 0.91% | 0.95% | - |
| XYZ | 44.74 | 69.74 | 11.86 | - |
| YUV | 189.72 | 33.35 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 22 | 0.37 | 0 | 0.91 | 0.05 | 84.11 | 0.89 | 0.52 |
| Hex | 99 | F1 | 16 | 25 | 0 | 5B | 5 | 54 | 59 | 34 |
| Octal | 231 | 361 | 26 | 45 | 0 | 133 | 5 | 124 | 131 | 64 |
| Binary | 10011001 | 11110001 | 10110 | 100101 | 0 | 1011011 | 101 | 1010100 | 1011001 | 110100 |
Color Harmonies of #99F116
Complementary color
Monochromatic Colors of #99F116
Black with #99F116
Text Example
Text Example
White with #99F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F116; }
p { color: rgb(153,241,22); }
H1.HeaderClassName
{
color: #99F116;
}
.AnyTagClassName
{
color: #99F116;
}
</style>
background-color css
<style>
a { background-color: #99F116; }
a { background-color: rgb(153,241,22); }
div.DivClassName
{
background-color: #99F116;
}
.BgClassName
{
background-color: #99F116;
}
</style>
border-color css
<style>
span { border-color: #99F116; }
span { border-color: rgb(153,241,22); }
td.TdClassName
{
border-color: #99F116;
}
.TagClassName
{
border-color: #99F116;
}
</style>