Shades of Spring Bud #99F902
Tints of Spring Bud #99F902
RGB
CMYK
RGB Variations
Color information
#99F902 (or 0x99F902) is known color: Spring Bud. HEX triplet: 99, F9 and 02. RGB value is (153,249,2). Sum of RGB (Red+Green+Blue) = 153+249+2=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #99F902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F902 is #6606FD. Grayscale: #C1C1C1. Windows color (decimal): -6686462 or 194969. OLE color: 194969.
HSL color Cylindrical-coordinate representation of color #99F902: hue angle of 83.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99F902 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 249 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.02 |
| HSL | 83.32º | 0.98% | 0.49% | - |
| HSV(B) | 83.32º | 0.99% | 0.98% | - |
| XYZ | 47.02 | 74.53 | 11.96 | - |
| YUV | 192.14 | 20.7 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 249 | 2 | 0.39 | 0 | 0.99 | 0.02 | 83.32 | 0.98 | 0.49 |
| Hex | 99 | F9 | 2 | 27 | 0 | 63 | 2 | 53 | 62 | 31 |
| Octal | 231 | 371 | 2 | 47 | 0 | 143 | 2 | 123 | 142 | 61 |
| Binary | 10011001 | 11111001 | 10 | 100111 | 0 | 1100011 | 10 | 1010011 | 1100010 | 110001 |
Color Harmonies of #99F902
Complementary color
Monochromatic Colors of #99F902
Black with #99F902
Text Example
Text Example
White with #99F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F902; }
p { color: rgb(153,249,2); }
H1.HeaderClassName
{
color: #99F902;
}
.AnyTagClassName
{
color: #99F902;
}
</style>
background-color css
<style>
a { background-color: #99F902; }
a { background-color: rgb(153,249,2); }
div.DivClassName
{
background-color: #99F902;
}
.BgClassName
{
background-color: #99F902;
}
</style>
border-color css
<style>
span { border-color: #99F902; }
span { border-color: rgb(153,249,2); }
td.TdClassName
{
border-color: #99F902;
}
.TagClassName
{
border-color: #99F902;
}
</style>