Shades of Spring Bud #93F703
Tints of Spring Bud #93F703
RGB
CMYK
RGB Variations
Color information
#93F703 (or 0x93F703) is known color: Spring Bud. HEX triplet: 93, F7 and 03. RGB value is (147,247,3). Sum of RGB (Red+Green+Blue) = 147+247+3=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 247 (96.88% from 255 or 62.22% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 247 - color contains mainly: green. Hex color #93F703 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F703 is #6C08FC. Grayscale: #BEBEBE. Windows color (decimal): -7080189 or 259987. OLE color: 259987.
HSL color Cylindrical-coordinate representation of color #93F703: hue angle of 84.59º 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 #93F703 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 3 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.03 |
| HSL | 84.59º | 0.98% | 0.49% | - |
| HSV(B) | 84.59º | 0.99% | 0.97% | - |
| XYZ | 45.31 | 72.73 | 11.74 | - |
| YUV | 189.28 | 22.87 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 3 | 0.40 | 0 | 0.99 | 0.03 | 84.59 | 0.98 | 0.49 |
| Hex | 93 | F7 | 3 | 28 | 0 | 63 | 3 | 55 | 62 | 31 |
| Octal | 223 | 367 | 3 | 50 | 0 | 143 | 3 | 125 | 142 | 61 |
| Binary | 10010011 | 11110111 | 11 | 101000 | 0 | 1100011 | 11 | 1010101 | 1100010 | 110001 |
Color Harmonies of #93F703
Complementary color
Monochromatic Colors of #93F703
Black with #93F703
Text Example
Text Example
White with #93F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F703; }
p { color: rgb(147,247,3); }
H1.HeaderClassName
{
color: #93F703;
}
.AnyTagClassName
{
color: #93F703;
}
</style>
background-color css
<style>
a { background-color: #93F703; }
a { background-color: rgb(147,247,3); }
div.DivClassName
{
background-color: #93F703;
}
.BgClassName
{
background-color: #93F703;
}
</style>
border-color css
<style>
span { border-color: #93F703; }
span { border-color: rgb(147,247,3); }
td.TdClassName
{
border-color: #93F703;
}
.TagClassName
{
border-color: #93F703;
}
</style>