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