Shades of Spring Bud #99F202
Tints of Spring Bud #99F202
RGB
CMYK
RGB Variations
Color information
#99F202 (or 0x99F202) is known color: Spring Bud. HEX triplet: 99, F2 and 02. RGB value is (153,242,2). Sum of RGB (Red+Green+Blue) = 153+242+2=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #99F202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F202 is #660DFD. Grayscale: #BCBCBC. Windows color (decimal): -6688254 or 193177. OLE color: 193177.
HSL color Cylindrical-coordinate representation of color #99F202: hue angle of 82.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99F202 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.05 |
| HSL | 82.25º | 0.98% | 0.48% | - |
| HSV(B) | 82.25º | 0.99% | 0.95% | - |
| XYZ | 44.9 | 70.28 | 11.26 | - |
| YUV | 188.03 | 23.01 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 2 | 0.37 | 0 | 0.99 | 0.05 | 82.25 | 0.98 | 0.48 |
| Hex | 99 | F2 | 2 | 25 | 0 | 63 | 5 | 52 | 62 | 30 |
| Octal | 231 | 362 | 2 | 45 | 0 | 143 | 5 | 122 | 142 | 60 |
| Binary | 10011001 | 11110010 | 10 | 100101 | 0 | 1100011 | 101 | 1010010 | 1100010 | 110000 |
Color Harmonies of #99F202
Complementary color
Monochromatic Colors of #99F202
Black with #99F202
Text Example
Text Example
White with #99F202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F202; }
p { color: rgb(153,242,2); }
H1.HeaderClassName
{
color: #99F202;
}
.AnyTagClassName
{
color: #99F202;
}
</style>
background-color css
<style>
a { background-color: #99F202; }
a { background-color: rgb(153,242,2); }
div.DivClassName
{
background-color: #99F202;
}
.BgClassName
{
background-color: #99F202;
}
</style>
border-color css
<style>
span { border-color: #99F202; }
span { border-color: rgb(153,242,2); }
td.TdClassName
{
border-color: #99F202;
}
.TagClassName
{
border-color: #99F202;
}
</style>