Shades of Spring Bud #93F301
Tints of Spring Bud #93F301
RGB
CMYK
RGB Variations
Color information
#93F301 (or 0x93F301) is known color: Spring Bud. HEX triplet: 93, F3 and 01. RGB value is (147,243,1). Sum of RGB (Red+Green+Blue) = 147+243+1=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #93F301 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F301 is #6C0CFE. Grayscale: #BBBBBB. Windows color (decimal): -7081215 or 127891. OLE color: 127891.
HSL color Cylindrical-coordinate representation of color #93F301: hue angle of 83.8º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93F301 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 1 | - |
| CMYK | 0.40 | 0 | 1.00 | 0.05 |
| HSL | 83.8º | 0.99% | 0.48% | - |
| HSV(B) | 83.8º | 1% | 0.95% | - |
| XYZ | 44.09 | 70.31 | 11.28 | - |
| YUV | 186.71 | 23.2 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 1 | 0.40 | 0 | 1.00 | 0.05 | 83.8 | 0.99 | 0.48 |
| Hex | 93 | F3 | 1 | 28 | 0 | 64 | 5 | 54 | 63 | 30 |
| Octal | 223 | 363 | 1 | 50 | 0 | 144 | 5 | 124 | 143 | 60 |
| Binary | 10010011 | 11110011 | 1 | 101000 | 0 | 1100100 | 101 | 1010100 | 1100011 | 110000 |
Color Harmonies of #93F301
Complementary color
Monochromatic Colors of #93F301
Black with #93F301
Text Example
Text Example
White with #93F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F301; }
p { color: rgb(147,243,1); }
H1.HeaderClassName
{
color: #93F301;
}
.AnyTagClassName
{
color: #93F301;
}
</style>
background-color css
<style>
a { background-color: #93F301; }
a { background-color: rgb(147,243,1); }
div.DivClassName
{
background-color: #93F301;
}
.BgClassName
{
background-color: #93F301;
}
</style>
border-color css
<style>
span { border-color: #93F301; }
span { border-color: rgb(147,243,1); }
td.TdClassName
{
border-color: #93F301;
}
.TagClassName
{
border-color: #93F301;
}
</style>