Shades of Spring Bud #93F710
Tints of Spring Bud #93F710
RGB
CMYK
RGB Variations
Color information
#93F710 (or 0x93F710) is known color: Spring Bud. HEX triplet: 93, F7 and 10. RGB value is (147,247,16). Sum of RGB (Red+Green+Blue) = 147+247+16=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 247 (96.88% from 255 or 60.24% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 247 - color contains mainly: green. Hex color #93F710 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F710 is #6C08EF. Grayscale: #BFBFBF. Windows color (decimal): -7080176 or 1111955. OLE color: 1111955.
HSL color Cylindrical-coordinate representation of color #93F710: hue angle of 85.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93F710 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 16 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.03 |
| HSL | 85.97º | 0.94% | 0.52% | - |
| HSV(B) | 85.97º | 0.94% | 0.97% | - |
| XYZ | 45.39 | 72.76 | 12.14 | - |
| YUV | 190.77 | 29.37 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 16 | 0.40 | 0 | 0.94 | 0.03 | 85.97 | 0.94 | 0.52 |
| Hex | 93 | F7 | 10 | 28 | 0 | 5E | 3 | 56 | 5E | 34 |
| Octal | 223 | 367 | 20 | 50 | 0 | 136 | 3 | 126 | 136 | 64 |
| Binary | 10010011 | 11110111 | 10000 | 101000 | 0 | 1011110 | 11 | 1010110 | 1011110 | 110100 |
Color Harmonies of #93F710
Complementary color
Monochromatic Colors of #93F710
Black with #93F710
Text Example
Text Example
White with #93F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F710; }
p { color: rgb(147,247,16); }
H1.HeaderClassName
{
color: #93F710;
}
.AnyTagClassName
{
color: #93F710;
}
</style>
background-color css
<style>
a { background-color: #93F710; }
a { background-color: rgb(147,247,16); }
div.DivClassName
{
background-color: #93F710;
}
.BgClassName
{
background-color: #93F710;
}
</style>
border-color css
<style>
span { border-color: #93F710; }
span { border-color: rgb(147,247,16); }
td.TdClassName
{
border-color: #93F710;
}
.TagClassName
{
border-color: #93F710;
}
</style>