Shades of Spring Bud #93E101
Tints of Spring Bud #93E101
RGB
CMYK
RGB Variations
Color information
#93E101 (or 0x93E101) is known color: Spring Bud. HEX triplet: 93, E1 and 01. RGB value is (147,225,1). Sum of RGB (Red+Green+Blue) = 147+225+1=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 225 (88.28% from 255 or 60.32% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 225 - color contains mainly: green. Hex color #93E101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E101 is #6C1EFE. Grayscale: #B0B0B0. Windows color (decimal): -7085823 or 123283. OLE color: 123283.
HSL color Cylindrical-coordinate representation of color #93E101: hue angle of 80.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93E101 is Cyan = 0.35, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 1 | - |
| CMYK | 0.35 | 0 | 1.00 | 0.12 |
| HSL | 80.89º | 0.99% | 0.44% | - |
| HSV(B) | 80.89º | 1% | 0.88% | - |
| XYZ | 38.96 | 60.06 | 9.57 | - |
| YUV | 176.14 | 29.16 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 1 | 0.35 | 0 | 1.00 | 0.12 | 80.89 | 0.99 | 0.44 |
| Hex | 93 | E1 | 1 | 23 | 0 | 64 | C | 51 | 63 | 2C |
| Octal | 223 | 341 | 1 | 43 | 0 | 144 | 14 | 121 | 143 | 54 |
| Binary | 10010011 | 11100001 | 1 | 100011 | 0 | 1100100 | 1100 | 1010001 | 1100011 | 101100 |
Color Harmonies of #93E101
Complementary color
Monochromatic Colors of #93E101
Black with #93E101
Text Example
Text Example
White with #93E101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E101; }
p { color: rgb(147,225,1); }
H1.HeaderClassName
{
color: #93E101;
}
.AnyTagClassName
{
color: #93E101;
}
</style>
background-color css
<style>
a { background-color: #93E101; }
a { background-color: rgb(147,225,1); }
div.DivClassName
{
background-color: #93E101;
}
.BgClassName
{
background-color: #93E101;
}
</style>
border-color css
<style>
span { border-color: #93E101; }
span { border-color: rgb(147,225,1); }
td.TdClassName
{
border-color: #93E101;
}
.TagClassName
{
border-color: #93E101;
}
</style>