Shades of Spring Bud #99F50B
Tints of Spring Bud #99F50B
RGB
CMYK
RGB Variations
Color information
#99F50B (or 0x99F50B) is known color: Spring Bud. HEX triplet: 99, F5 and 0B. RGB value is (153,245,11). Sum of RGB (Red+Green+Blue) = 153+245+11=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 245 (96.09% from 255 or 59.90% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 245 - color contains mainly: green. Hex color #99F50B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F50B is #660AF4. Grayscale: #BFBFBF. Windows color (decimal): -6687477 or 783769. OLE color: 783769.
HSL color Cylindrical-coordinate representation of color #99F50B: hue angle of 83.59º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99F50B is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 11 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.04 |
| HSL | 83.59º | 0.92% | 0.5% | - |
| HSV(B) | 83.59º | 0.96% | 0.96% | - |
| XYZ | 45.85 | 72.1 | 11.82 | - |
| YUV | 190.82 | 26.52 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 11 | 0.38 | 0 | 0.96 | 0.04 | 83.59 | 0.92 | 0.5 |
| Hex | 99 | F5 | B | 26 | 0 | 60 | 4 | 54 | 5C | 32 |
| Octal | 231 | 365 | 13 | 46 | 0 | 140 | 4 | 124 | 134 | 62 |
| Binary | 10011001 | 11110101 | 1011 | 100110 | 0 | 1100000 | 100 | 1010100 | 1011100 | 110010 |
Color Harmonies of #99F50B
Complementary color
Monochromatic Colors of #99F50B
Black with #99F50B
Text Example
Text Example
White with #99F50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F50B; }
p { color: rgb(153,245,11); }
H1.HeaderClassName
{
color: #99F50B;
}
.AnyTagClassName
{
color: #99F50B;
}
</style>
background-color css
<style>
a { background-color: #99F50B; }
a { background-color: rgb(153,245,11); }
div.DivClassName
{
background-color: #99F50B;
}
.BgClassName
{
background-color: #99F50B;
}
</style>
border-color css
<style>
span { border-color: #99F50B; }
span { border-color: rgb(153,245,11); }
td.TdClassName
{
border-color: #99F50B;
}
.TagClassName
{
border-color: #99F50B;
}
</style>