Shades of Spring Bud #99F808
Tints of Spring Bud #99F808
RGB
CMYK
RGB Variations
Color information
#99F808 (or 0x99F808) is known color: Spring Bud. HEX triplet: 99, F8 and 08. RGB value is (153,248,8). Sum of RGB (Red+Green+Blue) = 153+248+8=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 8 (3.52% from 255 or 1.96% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #99F808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #99F808 is #6607F7. Grayscale: #C1C1C1. Windows color (decimal): -6686712 or 587929. OLE color: 587929.
HSL color Cylindrical-coordinate representation of color #99F808: hue angle of 83.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99F808 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 153 | 248 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.03 |
| HSL | 83.75º | 0.94% | 0.5% | - |
| HSV(B) | 83.75º | 0.97% | 0.97% | - |
| XYZ | 46.75 | 73.92 | 12.03 | - |
| YUV | 192.24 | 24.03 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 248 | 8 | 0.38 | 0 | 0.97 | 0.03 | 83.75 | 0.94 | 0.5 |
| Hex | 99 | F8 | 8 | 26 | 0 | 61 | 3 | 54 | 5E | 32 |
| Octal | 231 | 370 | 10 | 46 | 0 | 141 | 3 | 124 | 136 | 62 |
| Binary | 10011001 | 11111000 | 1000 | 100110 | 0 | 1100001 | 11 | 1010100 | 1011110 | 110010 |
Color Harmonies of #99F808
Complementary color
Monochromatic Colors of #99F808
Black with #99F808
Text Example
Text Example
White with #99F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F808; }
p { color: rgb(153,248,8); }
H1.HeaderClassName
{
color: #99F808;
}
.AnyTagClassName
{
color: #99F808;
}
</style>
background-color css
<style>
a { background-color: #99F808; }
a { background-color: rgb(153,248,8); }
div.DivClassName
{
background-color: #99F808;
}
.BgClassName
{
background-color: #99F808;
}
</style>
border-color css
<style>
span { border-color: #99F808; }
span { border-color: rgb(153,248,8); }
td.TdClassName
{
border-color: #99F808;
}
.TagClassName
{
border-color: #99F808;
}
</style>