Shades of Spring Bud #99F200
Tints of Spring Bud #99F200
RGB
CMYK
RGB Variations
Color information
#99F200 (or 0x99F200) is known color: Spring Bud. HEX triplet: 99, F2 and 00. RGB value is (153,242,0). Sum of RGB (Red+Green+Blue) = 153+242+0=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #99F200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F200 is #660DFF. Grayscale: #BCBCBC. Windows color (decimal): -6688256 or 62105. OLE color: 62105.
HSL color Cylindrical-coordinate representation of color #99F200: hue angle of 82.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99F200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.05 |
| HSL | 82.07º | 1% | 0.47% | - |
| HSV(B) | 82.07º | 1% | 0.95% | - |
| XYZ | 44.89 | 70.28 | 11.2 | - |
| YUV | 187.8 | 22.01 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 0 | 0.37 | 0 | 1 | 0.05 | 82.07 | 1 | 0.47 |
| Hex | 99 | F2 | 0 | 25 | 0 | 64 | 5 | 52 | 64 | 2F |
| Octal | 231 | 362 | 0 | 45 | 0 | 144 | 5 | 122 | 144 | 57 |
| Binary | 10011001 | 11110010 | 0 | 100101 | 0 | 1100100 | 101 | 1010010 | 1100100 | 101111 |
Color Harmonies of #99F200
Complementary color
Monochromatic Colors of #99F200
Black with #99F200
Text Example
Text Example
White with #99F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F200; }
p { color: rgb(153,242,0); }
H1.HeaderClassName
{
color: #99F200;
}
.AnyTagClassName
{
color: #99F200;
}
</style>
background-color css
<style>
a { background-color: #99F200; }
a { background-color: rgb(153,242,0); }
div.DivClassName
{
background-color: #99F200;
}
.BgClassName
{
background-color: #99F200;
}
</style>
border-color css
<style>
span { border-color: #99F200; }
span { border-color: rgb(153,242,0); }
td.TdClassName
{
border-color: #99F200;
}
.TagClassName
{
border-color: #99F200;
}
</style>