Shades of Spring Bud #93E403
Tints of Spring Bud #93E403
RGB
CMYK
RGB Variations
Color information
#93E403 (or 0x93E403) is known color: Spring Bud. HEX triplet: 93, E4 and 03. RGB value is (147,228,3). Sum of RGB (Red+Green+Blue) = 147+228+3=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #93E403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E403 is #6C1BFC. Grayscale: #B2B2B2. Windows color (decimal): -7085053 or 255123. OLE color: 255123.
HSL color Cylindrical-coordinate representation of color #93E403: hue angle of 81.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93E403 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.11 |
| HSL | 81.6º | 0.97% | 0.45% | - |
| HSV(B) | 81.6º | 0.99% | 0.89% | - |
| XYZ | 39.79 | 61.7 | 9.9 | - |
| YUV | 178.13 | 29.16 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 3 | 0.36 | 0 | 0.99 | 0.11 | 81.6 | 0.97 | 0.45 |
| Hex | 93 | E4 | 3 | 24 | 0 | 63 | B | 52 | 61 | 2D |
| Octal | 223 | 344 | 3 | 44 | 0 | 143 | 13 | 122 | 141 | 55 |
| Binary | 10010011 | 11100100 | 11 | 100100 | 0 | 1100011 | 1011 | 1010010 | 1100001 | 101101 |
Color Harmonies of #93E403
Complementary color
Monochromatic Colors of #93E403
Black with #93E403
Text Example
Text Example
White with #93E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E403; }
p { color: rgb(147,228,3); }
H1.HeaderClassName
{
color: #93E403;
}
.AnyTagClassName
{
color: #93E403;
}
</style>
background-color css
<style>
a { background-color: #93E403; }
a { background-color: rgb(147,228,3); }
div.DivClassName
{
background-color: #93E403;
}
.BgClassName
{
background-color: #93E403;
}
</style>
border-color css
<style>
span { border-color: #93E403; }
span { border-color: rgb(147,228,3); }
td.TdClassName
{
border-color: #93E403;
}
.TagClassName
{
border-color: #93E403;
}
</style>