Shades of Spring Bud #93FA03
Tints of Spring Bud #93FA03
RGB
CMYK
RGB Variations
Color information
#93FA03 (or 0x93FA03) is known color: Spring Bud. HEX triplet: 93, FA and 03. RGB value is (147,250,3). Sum of RGB (Red+Green+Blue) = 147+250+3=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 250 (98.05% from 255 or 62.5% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93FA03 is #6C05FC. Grayscale: #BFBFBF. Windows color (decimal): -7079421 or 260755. OLE color: 260755.
HSL color Cylindrical-coordinate representation of color #93FA03: hue angle of 85.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93FA03 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.02 |
| HSL | 85.02º | 0.98% | 0.5% | - |
| HSV(B) | 85.02º | 0.99% | 0.98% | - |
| XYZ | 46.23 | 74.58 | 12.04 | - |
| YUV | 191.05 | 21.88 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 3 | 0.41 | 0 | 0.99 | 0.02 | 85.02 | 0.98 | 0.5 |
| Hex | 93 | FA | 3 | 29 | 0 | 63 | 2 | 55 | 62 | 32 |
| Octal | 223 | 372 | 3 | 51 | 0 | 143 | 2 | 125 | 142 | 62 |
| Binary | 10010011 | 11111010 | 11 | 101001 | 0 | 1100011 | 10 | 1010101 | 1100010 | 110010 |
Color Harmonies of #93FA03
Complementary color
Monochromatic Colors of #93FA03
Black with #93FA03
Text Example
Text Example
White with #93FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA03; }
p { color: rgb(147,250,3); }
H1.HeaderClassName
{
color: #93FA03;
}
.AnyTagClassName
{
color: #93FA03;
}
</style>
background-color css
<style>
a { background-color: #93FA03; }
a { background-color: rgb(147,250,3); }
div.DivClassName
{
background-color: #93FA03;
}
.BgClassName
{
background-color: #93FA03;
}
</style>
border-color css
<style>
span { border-color: #93FA03; }
span { border-color: rgb(147,250,3); }
td.TdClassName
{
border-color: #93FA03;
}
.TagClassName
{
border-color: #93FA03;
}
</style>