Shades of Spring Bud #93E205
Tints of Spring Bud #93E205
RGB
CMYK
RGB Variations
Color information
#93E205 (or 0x93E205) is known color: Spring Bud. HEX triplet: 93, E2 and 05. RGB value is (147,226,5). Sum of RGB (Red+Green+Blue) = 147+226+5=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #93E205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E205 is #6C1DFA. Grayscale: #B1B1B1. Windows color (decimal): -7085563 or 385683. OLE color: 385683.
HSL color Cylindrical-coordinate representation of color #93E205: hue angle of 81.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93E205 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 226 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.11 |
| HSL | 81.45º | 0.96% | 0.45% | - |
| HSV(B) | 81.45º | 0.98% | 0.89% | - |
| XYZ | 39.26 | 60.61 | 9.77 | - |
| YUV | 177.19 | 30.83 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 226 | 5 | 0.35 | 0 | 0.98 | 0.11 | 81.45 | 0.96 | 0.45 |
| Hex | 93 | E2 | 5 | 23 | 0 | 62 | B | 51 | 60 | 2D |
| Octal | 223 | 342 | 5 | 43 | 0 | 142 | 13 | 121 | 140 | 55 |
| Binary | 10010011 | 11100010 | 101 | 100011 | 0 | 1100010 | 1011 | 1010001 | 1100000 | 101101 |
Color Harmonies of #93E205
Complementary color
Monochromatic Colors of #93E205
Black with #93E205
Text Example
Text Example
White with #93E205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E205; }
p { color: rgb(147,226,5); }
H1.HeaderClassName
{
color: #93E205;
}
.AnyTagClassName
{
color: #93E205;
}
</style>
background-color css
<style>
a { background-color: #93E205; }
a { background-color: rgb(147,226,5); }
div.DivClassName
{
background-color: #93E205;
}
.BgClassName
{
background-color: #93E205;
}
</style>
border-color css
<style>
span { border-color: #93E205; }
span { border-color: rgb(147,226,5); }
td.TdClassName
{
border-color: #93E205;
}
.TagClassName
{
border-color: #93E205;
}
</style>