Shades of Spring Bud #93E80B
Tints of Spring Bud #93E80B
RGB
CMYK
RGB Variations
Color information
#93E80B (or 0x93E80B) is known color: Spring Bud. HEX triplet: 93, E8 and 0B. RGB value is (147,232,11). Sum of RGB (Red+Green+Blue) = 147+232+11=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 232 (91.02% from 255 or 59.49% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 232 - color contains mainly: green. Hex color #93E80B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93E80B is #6C17F4. Grayscale: #B6B6B6. Windows color (decimal): -7084021 or 780435. OLE color: 780435.
HSL color Cylindrical-coordinate representation of color #93E80B: hue angle of 83.08º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93E80B is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 11 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.09 |
| HSL | 83.08º | 0.91% | 0.48% | - |
| HSV(B) | 83.08º | 0.95% | 0.91% | - |
| XYZ | 40.95 | 63.94 | 10.5 | - |
| YUV | 181.39 | 31.84 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 11 | 0.37 | 0 | 0.95 | 0.09 | 83.08 | 0.91 | 0.48 |
| Hex | 93 | E8 | B | 25 | 0 | 5F | 9 | 53 | 5B | 30 |
| Octal | 223 | 350 | 13 | 45 | 0 | 137 | 11 | 123 | 133 | 60 |
| Binary | 10010011 | 11101000 | 1011 | 100101 | 0 | 1011111 | 1001 | 1010011 | 1011011 | 110000 |
Color Harmonies of #93E80B
Complementary color
Monochromatic Colors of #93E80B
Black with #93E80B
Text Example
Text Example
White with #93E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E80B; }
p { color: rgb(147,232,11); }
H1.HeaderClassName
{
color: #93E80B;
}
.AnyTagClassName
{
color: #93E80B;
}
</style>
background-color css
<style>
a { background-color: #93E80B; }
a { background-color: rgb(147,232,11); }
div.DivClassName
{
background-color: #93E80B;
}
.BgClassName
{
background-color: #93E80B;
}
</style>
border-color css
<style>
span { border-color: #93E80B; }
span { border-color: rgb(147,232,11); }
td.TdClassName
{
border-color: #93E80B;
}
.TagClassName
{
border-color: #93E80B;
}
</style>