Shades of Spring Bud #93F803
Tints of Spring Bud #93F803
RGB
CMYK
RGB Variations
Color information
#93F803 (or 0x93F803) is known color: Spring Bud. HEX triplet: 93, F8 and 03. RGB value is (147,248,3). Sum of RGB (Red+Green+Blue) = 147+248+3=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 248 (97.27% from 255 or 62.31% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 248 - color contains mainly: green. Hex color #93F803 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F803 is #6C07FC. Grayscale: #BEBEBE. Windows color (decimal): -7079933 or 260243. OLE color: 260243.
HSL color Cylindrical-coordinate representation of color #93F803: hue angle of 84.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93F803 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.03 |
| HSL | 84.73º | 0.98% | 0.49% | - |
| HSV(B) | 84.73º | 0.99% | 0.97% | - |
| XYZ | 45.62 | 73.34 | 11.84 | - |
| YUV | 189.87 | 22.54 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 3 | 0.41 | 0 | 0.99 | 0.03 | 84.73 | 0.98 | 0.49 |
| Hex | 93 | F8 | 3 | 29 | 0 | 63 | 3 | 55 | 62 | 31 |
| Octal | 223 | 370 | 3 | 51 | 0 | 143 | 3 | 125 | 142 | 61 |
| Binary | 10010011 | 11111000 | 11 | 101001 | 0 | 1100011 | 11 | 1010101 | 1100010 | 110001 |
Color Harmonies of #93F803
Complementary color
Monochromatic Colors of #93F803
Black with #93F803
Text Example
Text Example
White with #93F803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F803; }
p { color: rgb(147,248,3); }
H1.HeaderClassName
{
color: #93F803;
}
.AnyTagClassName
{
color: #93F803;
}
</style>
background-color css
<style>
a { background-color: #93F803; }
a { background-color: rgb(147,248,3); }
div.DivClassName
{
background-color: #93F803;
}
.BgClassName
{
background-color: #93F803;
}
</style>
border-color css
<style>
span { border-color: #93F803; }
span { border-color: rgb(147,248,3); }
td.TdClassName
{
border-color: #93F803;
}
.TagClassName
{
border-color: #93F803;
}
</style>