Shades of Spring Bud #93F310
Tints of Spring Bud #93F310
RGB
CMYK
RGB Variations
Color information
#93F310 (or 0x93F310) is known color: Spring Bud. HEX triplet: 93, F3 and 10. RGB value is (147,243,16). Sum of RGB (Red+Green+Blue) = 147+243+16=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #93F310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F310 is #6C0CEF. Grayscale: #BDBDBD. Windows color (decimal): -7081200 or 1110931. OLE color: 1110931.
HSL color Cylindrical-coordinate representation of color #93F310: hue angle of 85.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93F310 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.05 |
| HSL | 85.37º | 0.9% | 0.51% | - |
| HSV(B) | 85.37º | 0.93% | 0.95% | - |
| XYZ | 44.18 | 70.34 | 11.74 | - |
| YUV | 188.42 | 30.7 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 16 | 0.40 | 0 | 0.93 | 0.05 | 85.37 | 0.9 | 0.51 |
| Hex | 93 | F3 | 10 | 28 | 0 | 5D | 5 | 55 | 5A | 33 |
| Octal | 223 | 363 | 20 | 50 | 0 | 135 | 5 | 125 | 132 | 63 |
| Binary | 10010011 | 11110011 | 10000 | 101000 | 0 | 1011101 | 101 | 1010101 | 1011010 | 110011 |
Color Harmonies of #93F310
Complementary color
Monochromatic Colors of #93F310
Black with #93F310
Text Example
Text Example
White with #93F310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F310; }
p { color: rgb(147,243,16); }
H1.HeaderClassName
{
color: #93F310;
}
.AnyTagClassName
{
color: #93F310;
}
</style>
background-color css
<style>
a { background-color: #93F310; }
a { background-color: rgb(147,243,16); }
div.DivClassName
{
background-color: #93F310;
}
.BgClassName
{
background-color: #93F310;
}
</style>
border-color css
<style>
span { border-color: #93F310; }
span { border-color: rgb(147,243,16); }
td.TdClassName
{
border-color: #93F310;
}
.TagClassName
{
border-color: #93F310;
}
</style>