Shades of Spring Bud #93E400
Tints of Spring Bud #93E400
RGB
CMYK
RGB Variations
Color information
#93E400 (or 0x93E400) is known color: Spring Bud. HEX triplet: 93, E4 and 00. RGB value is (147,228,0). Sum of RGB (Red+Green+Blue) = 147+228+0=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #93E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E400 is #6C1BFF. Grayscale: #B2B2B2. Windows color (decimal): -7085056 or 58515. OLE color: 58515.
HSL color Cylindrical-coordinate representation of color #93E400: hue angle of 81.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93E400 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.11 |
| HSL | 81.32º | 1% | 0.45% | - |
| HSV(B) | 81.32º | 1% | 0.89% | - |
| XYZ | 39.78 | 61.69 | 9.81 | - |
| YUV | 177.79 | 27.66 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 0 | 0.36 | 0 | 1 | 0.11 | 81.32 | 1 | 0.45 |
| Hex | 93 | E4 | 0 | 24 | 0 | 64 | B | 51 | 64 | 2D |
| Octal | 223 | 344 | 0 | 44 | 0 | 144 | 13 | 121 | 144 | 55 |
| Binary | 10010011 | 11100100 | 0 | 100100 | 0 | 1100100 | 1011 | 1010001 | 1100100 | 101101 |
Color Harmonies of #93E400
Complementary color
Monochromatic Colors of #93E400
Black with #93E400
Text Example
Text Example
White with #93E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E400; }
p { color: rgb(147,228,0); }
H1.HeaderClassName
{
color: #93E400;
}
.AnyTagClassName
{
color: #93E400;
}
</style>
background-color css
<style>
a { background-color: #93E400; }
a { background-color: rgb(147,228,0); }
div.DivClassName
{
background-color: #93E400;
}
.BgClassName
{
background-color: #93E400;
}
</style>
border-color css
<style>
span { border-color: #93E400; }
span { border-color: rgb(147,228,0); }
td.TdClassName
{
border-color: #93E400;
}
.TagClassName
{
border-color: #93E400;
}
</style>