Shades of Spring Bud #93E80A
Tints of Spring Bud #93E80A
RGB
CMYK
RGB Variations
Color information
#93E80A (or 0x93E80A) is known color: Spring Bud. HEX triplet: 93, E8 and 0A. RGB value is (147,232,10). Sum of RGB (Red+Green+Blue) = 147+232+10=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #93E80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93E80A is #6C17F5. Grayscale: #B6B6B6. Windows color (decimal): -7084022 or 714899. OLE color: 714899.
HSL color Cylindrical-coordinate representation of color #93E80A: hue angle of 82.97º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93E80A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.09 |
| HSL | 82.97º | 0.92% | 0.47% | - |
| HSV(B) | 82.97º | 0.96% | 0.91% | - |
| XYZ | 40.94 | 63.94 | 10.47 | - |
| YUV | 181.28 | 31.34 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 10 | 0.37 | 0 | 0.96 | 0.09 | 82.97 | 0.92 | 0.47 |
| Hex | 93 | E8 | A | 25 | 0 | 60 | 9 | 53 | 5C | 2F |
| Octal | 223 | 350 | 12 | 45 | 0 | 140 | 11 | 123 | 134 | 57 |
| Binary | 10010011 | 11101000 | 1010 | 100101 | 0 | 1100000 | 1001 | 1010011 | 1011100 | 101111 |
Color Harmonies of #93E80A
Complementary color
Monochromatic Colors of #93E80A
Black with #93E80A
Text Example
Text Example
White with #93E80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E80A; }
p { color: rgb(147,232,10); }
H1.HeaderClassName
{
color: #93E80A;
}
.AnyTagClassName
{
color: #93E80A;
}
</style>
background-color css
<style>
a { background-color: #93E80A; }
a { background-color: rgb(147,232,10); }
div.DivClassName
{
background-color: #93E80A;
}
.BgClassName
{
background-color: #93E80A;
}
</style>
border-color css
<style>
span { border-color: #93E80A; }
span { border-color: rgb(147,232,10); }
td.TdClassName
{
border-color: #93E80A;
}
.TagClassName
{
border-color: #93E80A;
}
</style>