Shades of Spring Bud #99F705
Tints of Spring Bud #99F705
RGB
CMYK
RGB Variations
Color information
#99F705 (or 0x99F705) is known color: Spring Bud. HEX triplet: 99, F7 and 05. RGB value is (153,247,5). Sum of RGB (Red+Green+Blue) = 153+247+5=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 247 (96.88% from 255 or 60.99% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 247 - color contains mainly: green. Hex color #99F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F705 is #6608FA. Grayscale: #C0C0C0. Windows color (decimal): -6686971 or 391065. OLE color: 391065.
HSL color Cylindrical-coordinate representation of color #99F705: hue angle of 83.31º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99F705 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 247 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.03 |
| HSL | 83.31º | 0.96% | 0.49% | - |
| HSV(B) | 83.31º | 0.98% | 0.97% | - |
| XYZ | 46.43 | 73.3 | 11.85 | - |
| YUV | 191.31 | 22.86 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 247 | 5 | 0.38 | 0 | 0.98 | 0.03 | 83.31 | 0.96 | 0.49 |
| Hex | 99 | F7 | 5 | 26 | 0 | 62 | 3 | 53 | 60 | 31 |
| Octal | 231 | 367 | 5 | 46 | 0 | 142 | 3 | 123 | 140 | 61 |
| Binary | 10011001 | 11110111 | 101 | 100110 | 0 | 1100010 | 11 | 1010011 | 1100000 | 110001 |
Color Harmonies of #99F705
Complementary color
Monochromatic Colors of #99F705
Black with #99F705
Text Example
Text Example
White with #99F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F705; }
p { color: rgb(153,247,5); }
H1.HeaderClassName
{
color: #99F705;
}
.AnyTagClassName
{
color: #99F705;
}
</style>
background-color css
<style>
a { background-color: #99F705; }
a { background-color: rgb(153,247,5); }
div.DivClassName
{
background-color: #99F705;
}
.BgClassName
{
background-color: #99F705;
}
</style>
border-color css
<style>
span { border-color: #99F705; }
span { border-color: rgb(153,247,5); }
td.TdClassName
{
border-color: #99F705;
}
.TagClassName
{
border-color: #99F705;
}
</style>