Shades of Spring Bud #93F805
Tints of Spring Bud #93F805
RGB
CMYK
RGB Variations
Color information
#93F805 (or 0x93F805) is known color: Spring Bud. HEX triplet: 93, F8 and 05. RGB value is (147,248,5). Sum of RGB (Red+Green+Blue) = 147+248+5=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 248 (97.27% from 255 or 62% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 248 - color contains mainly: green. Hex color #93F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F805 is #6C07FA. Grayscale: #BEBEBE. Windows color (decimal): -7079931 or 391315. OLE color: 391315.
HSL color Cylindrical-coordinate representation of color #93F805: hue angle of 84.94º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93F805 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 5 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.03 |
| HSL | 84.94º | 0.96% | 0.5% | - |
| HSV(B) | 84.94º | 0.98% | 0.97% | - |
| XYZ | 45.63 | 73.35 | 11.9 | - |
| YUV | 190.1 | 23.54 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 5 | 0.41 | 0 | 0.98 | 0.03 | 84.94 | 0.96 | 0.5 |
| Hex | 93 | F8 | 5 | 29 | 0 | 62 | 3 | 55 | 60 | 32 |
| Octal | 223 | 370 | 5 | 51 | 0 | 142 | 3 | 125 | 140 | 62 |
| Binary | 10010011 | 11111000 | 101 | 101001 | 0 | 1100010 | 11 | 1010101 | 1100000 | 110010 |
Color Harmonies of #93F805
Complementary color
Monochromatic Colors of #93F805
Black with #93F805
Text Example
Text Example
White with #93F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F805; }
p { color: rgb(147,248,5); }
H1.HeaderClassName
{
color: #93F805;
}
.AnyTagClassName
{
color: #93F805;
}
</style>
background-color css
<style>
a { background-color: #93F805; }
a { background-color: rgb(147,248,5); }
div.DivClassName
{
background-color: #93F805;
}
.BgClassName
{
background-color: #93F805;
}
</style>
border-color css
<style>
span { border-color: #93F805; }
span { border-color: rgb(147,248,5); }
td.TdClassName
{
border-color: #93F805;
}
.TagClassName
{
border-color: #93F805;
}
</style>