Shades of Spring Bud #99F605
Tints of Spring Bud #99F605
RGB
CMYK
RGB Variations
Color information
#99F605 (or 0x99F605) is known color: Spring Bud. HEX triplet: 99, F6 and 05. RGB value is (153,246,5). Sum of RGB (Red+Green+Blue) = 153+246+5=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 246 (96.48% from 255 or 60.89% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 246 - color contains mainly: green. Hex color #99F605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F605 is #6609FA. Grayscale: #BFBFBF. Windows color (decimal): -6687227 or 390809. OLE color: 390809.
HSL color Cylindrical-coordinate representation of color #99F605: hue angle of 83.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99F605 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.04 |
| HSL | 83.15º | 0.96% | 0.49% | - |
| HSV(B) | 83.15º | 0.98% | 0.96% | - |
| XYZ | 46.12 | 72.69 | 11.74 | - |
| YUV | 190.72 | 23.19 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 5 | 0.38 | 0 | 0.98 | 0.04 | 83.15 | 0.96 | 0.49 |
| Hex | 99 | F6 | 5 | 26 | 0 | 62 | 4 | 53 | 60 | 31 |
| Octal | 231 | 366 | 5 | 46 | 0 | 142 | 4 | 123 | 140 | 61 |
| Binary | 10011001 | 11110110 | 101 | 100110 | 0 | 1100010 | 100 | 1010011 | 1100000 | 110001 |
Color Harmonies of #99F605
Complementary color
Monochromatic Colors of #99F605
Black with #99F605
Text Example
Text Example
White with #99F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F605; }
p { color: rgb(153,246,5); }
H1.HeaderClassName
{
color: #99F605;
}
.AnyTagClassName
{
color: #99F605;
}
</style>
background-color css
<style>
a { background-color: #99F605; }
a { background-color: rgb(153,246,5); }
div.DivClassName
{
background-color: #99F605;
}
.BgClassName
{
background-color: #99F605;
}
</style>
border-color css
<style>
span { border-color: #99F605; }
span { border-color: rgb(153,246,5); }
td.TdClassName
{
border-color: #99F605;
}
.TagClassName
{
border-color: #99F605;
}
</style>