Shades of Spring Bud #93F808
Tints of Spring Bud #93F808
RGB
CMYK
RGB Variations
Color information
#93F808 (or 0x93F808) is known color: Spring Bud. HEX triplet: 93, F8 and 08. RGB value is (147,248,8). Sum of RGB (Red+Green+Blue) = 147+248+8=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 248 (97.27% from 255 or 61.54% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 248 - color contains mainly: green. Hex color #93F808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F808 is #6C07F7. Grayscale: #BFBFBF. Windows color (decimal): -7079928 or 587923. OLE color: 587923.
HSL color Cylindrical-coordinate representation of color #93F808: hue angle of 85.25º 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 #93F808 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 8 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.03 |
| HSL | 85.25º | 0.94% | 0.5% | - |
| HSV(B) | 85.25º | 0.97% | 0.97% | - |
| XYZ | 45.64 | 73.36 | 11.98 | - |
| YUV | 190.44 | 25.04 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 8 | 0.41 | 0 | 0.97 | 0.03 | 85.25 | 0.94 | 0.5 |
| Hex | 93 | F8 | 8 | 29 | 0 | 61 | 3 | 55 | 5E | 32 |
| Octal | 223 | 370 | 10 | 51 | 0 | 141 | 3 | 125 | 136 | 62 |
| Binary | 10010011 | 11111000 | 1000 | 101001 | 0 | 1100001 | 11 | 1010101 | 1011110 | 110010 |
Color Harmonies of #93F808
Complementary color
Monochromatic Colors of #93F808
Black with #93F808
Text Example
Text Example
White with #93F808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F808; }
p { color: rgb(147,248,8); }
H1.HeaderClassName
{
color: #93F808;
}
.AnyTagClassName
{
color: #93F808;
}
</style>
background-color css
<style>
a { background-color: #93F808; }
a { background-color: rgb(147,248,8); }
div.DivClassName
{
background-color: #93F808;
}
.BgClassName
{
background-color: #93F808;
}
</style>
border-color css
<style>
span { border-color: #93F808; }
span { border-color: rgb(147,248,8); }
td.TdClassName
{
border-color: #93F808;
}
.TagClassName
{
border-color: #93F808;
}
</style>