Shades of Spring Bud #93E405
Tints of Spring Bud #93E405
RGB
CMYK
RGB Variations
Color information
#93E405 (or 0x93E405) is known color: Spring Bud. HEX triplet: 93, E4 and 05. RGB value is (147,228,5). Sum of RGB (Red+Green+Blue) = 147+228+5=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #93E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E405 is #6C1BFA. Grayscale: #B3B3B3. Windows color (decimal): -7085051 or 386195. OLE color: 386195.
HSL color Cylindrical-coordinate representation of color #93E405: hue angle of 81.79º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93E405 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.11 |
| HSL | 81.79º | 0.96% | 0.46% | - |
| HSV(B) | 81.79º | 0.98% | 0.89% | - |
| XYZ | 39.8 | 61.7 | 9.96 | - |
| YUV | 178.36 | 30.16 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 5 | 0.36 | 0 | 0.98 | 0.11 | 81.79 | 0.96 | 0.46 |
| Hex | 93 | E4 | 5 | 24 | 0 | 62 | B | 52 | 60 | 2E |
| Octal | 223 | 344 | 5 | 44 | 0 | 142 | 13 | 122 | 140 | 56 |
| Binary | 10010011 | 11100100 | 101 | 100100 | 0 | 1100010 | 1011 | 1010010 | 1100000 | 101110 |
Color Harmonies of #93E405
Complementary color
Monochromatic Colors of #93E405
Black with #93E405
Text Example
Text Example
White with #93E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E405; }
p { color: rgb(147,228,5); }
H1.HeaderClassName
{
color: #93E405;
}
.AnyTagClassName
{
color: #93E405;
}
</style>
background-color css
<style>
a { background-color: #93E405; }
a { background-color: rgb(147,228,5); }
div.DivClassName
{
background-color: #93E405;
}
.BgClassName
{
background-color: #93E405;
}
</style>
border-color css
<style>
span { border-color: #93E405; }
span { border-color: rgb(147,228,5); }
td.TdClassName
{
border-color: #93E405;
}
.TagClassName
{
border-color: #93E405;
}
</style>