Shades of Spring Bud #99F617
Tints of Spring Bud #99F617
RGB
CMYK
RGB Variations
Color information
#99F617 (or 0x99F617) is known color: Spring Bud. HEX triplet: 99, F6 and 17. RGB value is (153,246,23). Sum of RGB (Red+Green+Blue) = 153+246+23=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 246 (96.48% from 255 or 58.29% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 246 - color contains mainly: green. Hex color #99F617 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F617 is #6609E8. Grayscale: #C1C1C1. Windows color (decimal): -6687209 or 1570457. OLE color: 1570457.
HSL color Cylindrical-coordinate representation of color #99F617: hue angle of 85.02º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99F617 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 23 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.04 |
| HSL | 85.02º | 0.93% | 0.53% | - |
| HSV(B) | 85.02º | 0.91% | 0.96% | - |
| XYZ | 46.25 | 72.75 | 12.41 | - |
| YUV | 192.77 | 32.19 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 23 | 0.38 | 0 | 0.91 | 0.04 | 85.02 | 0.93 | 0.53 |
| Hex | 99 | F6 | 17 | 26 | 0 | 5B | 4 | 55 | 5D | 35 |
| Octal | 231 | 366 | 27 | 46 | 0 | 133 | 4 | 125 | 135 | 65 |
| Binary | 10011001 | 11110110 | 10111 | 100110 | 0 | 1011011 | 100 | 1010101 | 1011101 | 110101 |
Color Harmonies of #99F617
Complementary color
Monochromatic Colors of #99F617
Black with #99F617
Text Example
Text Example
White with #99F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F617; }
p { color: rgb(153,246,23); }
H1.HeaderClassName
{
color: #99F617;
}
.AnyTagClassName
{
color: #99F617;
}
</style>
background-color css
<style>
a { background-color: #99F617; }
a { background-color: rgb(153,246,23); }
div.DivClassName
{
background-color: #99F617;
}
.BgClassName
{
background-color: #99F617;
}
</style>
border-color css
<style>
span { border-color: #99F617; }
span { border-color: rgb(153,246,23); }
td.TdClassName
{
border-color: #99F617;
}
.TagClassName
{
border-color: #99F617;
}
</style>