Shades of Spring Bud #93E901
Tints of Spring Bud #93E901
RGB
CMYK
RGB Variations
Color information
#93E901 (or 0x93E901) is known color: Spring Bud. HEX triplet: 93, E9 and 01. RGB value is (147,233,1). Sum of RGB (Red+Green+Blue) = 147+233+1=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #93E901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93E901 is #6C16FE. Grayscale: #B5B5B5. Windows color (decimal): -7083775 or 125331. OLE color: 125331.
HSL color Cylindrical-coordinate representation of color #93E901: hue angle of 82.24º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93E901 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.09 |
| HSL | 82.24º | 0.99% | 0.46% | - |
| HSV(B) | 82.24º | 1% | 0.91% | - |
| XYZ | 41.18 | 64.48 | 10.3 | - |
| YUV | 180.84 | 26.51 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 1 | 0.37 | 0 | 1.00 | 0.09 | 82.24 | 0.99 | 0.46 |
| Hex | 93 | E9 | 1 | 25 | 0 | 64 | 9 | 52 | 63 | 2E |
| Octal | 223 | 351 | 1 | 45 | 0 | 144 | 11 | 122 | 143 | 56 |
| Binary | 10010011 | 11101001 | 1 | 100101 | 0 | 1100100 | 1001 | 1010010 | 1100011 | 101110 |
Color Harmonies of #93E901
Complementary color
Monochromatic Colors of #93E901
Black with #93E901
Text Example
Text Example
White with #93E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E901; }
p { color: rgb(147,233,1); }
H1.HeaderClassName
{
color: #93E901;
}
.AnyTagClassName
{
color: #93E901;
}
</style>
background-color css
<style>
a { background-color: #93E901; }
a { background-color: rgb(147,233,1); }
div.DivClassName
{
background-color: #93E901;
}
.BgClassName
{
background-color: #93E901;
}
</style>
border-color css
<style>
span { border-color: #93E901; }
span { border-color: rgb(147,233,1); }
td.TdClassName
{
border-color: #93E901;
}
.TagClassName
{
border-color: #93E901;
}
</style>