Shades of Spring Bud #99F502
Tints of Spring Bud #99F502
RGB
CMYK
RGB Variations
Color information
#99F502 (or 0x99F502) is known color: Spring Bud. HEX triplet: 99, F5 and 02. RGB value is (153,245,2). Sum of RGB (Red+Green+Blue) = 153+245+2=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #99F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F502 is #660AFD. Grayscale: #BEBEBE. Windows color (decimal): -6687486 or 193945. OLE color: 193945.
HSL color Cylindrical-coordinate representation of color #99F502: hue angle of 82.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99F502 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.04 |
| HSL | 82.72º | 0.98% | 0.48% | - |
| HSV(B) | 82.72º | 0.99% | 0.96% | - |
| XYZ | 45.8 | 72.08 | 11.56 | - |
| YUV | 189.79 | 22.02 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 2 | 0.38 | 0 | 0.99 | 0.04 | 82.72 | 0.98 | 0.48 |
| Hex | 99 | F5 | 2 | 26 | 0 | 63 | 4 | 53 | 62 | 30 |
| Octal | 231 | 365 | 2 | 46 | 0 | 143 | 4 | 123 | 142 | 60 |
| Binary | 10011001 | 11110101 | 10 | 100110 | 0 | 1100011 | 100 | 1010011 | 1100010 | 110000 |
Color Harmonies of #99F502
Complementary color
Monochromatic Colors of #99F502
Black with #99F502
Text Example
Text Example
White with #99F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F502; }
p { color: rgb(153,245,2); }
H1.HeaderClassName
{
color: #99F502;
}
.AnyTagClassName
{
color: #99F502;
}
</style>
background-color css
<style>
a { background-color: #99F502; }
a { background-color: rgb(153,245,2); }
div.DivClassName
{
background-color: #99F502;
}
.BgClassName
{
background-color: #99F502;
}
</style>
border-color css
<style>
span { border-color: #99F502; }
span { border-color: rgb(153,245,2); }
td.TdClassName
{
border-color: #99F502;
}
.TagClassName
{
border-color: #99F502;
}
</style>