Shades of Spring Bud #99F100
Tints of Spring Bud #99F100
RGB
CMYK
RGB Variations
Color information
#99F100 (or 0x99F100) is known color: Spring Bud. HEX triplet: 99, F1 and 00. RGB value is (153,241,0). Sum of RGB (Red+Green+Blue) = 153+241+0=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #99F100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F100 is #660EFF. Grayscale: #BCBCBC. Windows color (decimal): -6688512 or 61849. OLE color: 61849.
HSL color Cylindrical-coordinate representation of color #99F100: hue angle of 81.91º 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 #99F100 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.05 |
| HSL | 81.91º | 1% | 0.47% | - |
| HSV(B) | 81.91º | 1% | 0.95% | - |
| XYZ | 44.59 | 69.68 | 11.1 | - |
| YUV | 187.21 | 22.35 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 0 | 0.37 | 0 | 1 | 0.05 | 81.91 | 1 | 0.47 |
| Hex | 99 | F1 | 0 | 25 | 0 | 64 | 5 | 52 | 64 | 2F |
| Octal | 231 | 361 | 0 | 45 | 0 | 144 | 5 | 122 | 144 | 57 |
| Binary | 10011001 | 11110001 | 0 | 100101 | 0 | 1100100 | 101 | 1010010 | 1100100 | 101111 |
Color Harmonies of #99F100
Complementary color
Monochromatic Colors of #99F100
Black with #99F100
Text Example
Text Example
White with #99F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F100; }
p { color: rgb(153,241,0); }
H1.HeaderClassName
{
color: #99F100;
}
.AnyTagClassName
{
color: #99F100;
}
</style>
background-color css
<style>
a { background-color: #99F100; }
a { background-color: rgb(153,241,0); }
div.DivClassName
{
background-color: #99F100;
}
.BgClassName
{
background-color: #99F100;
}
</style>
border-color css
<style>
span { border-color: #99F100; }
span { border-color: rgb(153,241,0); }
td.TdClassName
{
border-color: #99F100;
}
.TagClassName
{
border-color: #99F100;
}
</style>