Shades of Spring Bud #93EB0A
Tints of Spring Bud #93EB0A
RGB
CMYK
RGB Variations
Color information
#93EB0A (or 0x93EB0A) is known color: Spring Bud. HEX triplet: 93, EB and 0A. RGB value is (147,235,10). Sum of RGB (Red+Green+Blue) = 147+235+10=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 235 (92.19% from 255 or 59.95% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 235 - color contains mainly: green. Hex color #93EB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EB0A is #6C14F5. Grayscale: #B7B7B7. Windows color (decimal): -7083254 or 715667. OLE color: 715667.
HSL color Cylindrical-coordinate representation of color #93EB0A: hue angle of 83.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93EB0A is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 10 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.08 |
| HSL | 83.47º | 0.92% | 0.48% | - |
| HSV(B) | 83.47º | 0.96% | 0.92% | - |
| XYZ | 41.8 | 65.64 | 10.75 | - |
| YUV | 183.04 | 30.35 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 10 | 0.37 | 0 | 0.96 | 0.08 | 83.47 | 0.92 | 0.48 |
| Hex | 93 | EB | A | 25 | 0 | 60 | 8 | 53 | 5C | 30 |
| Octal | 223 | 353 | 12 | 45 | 0 | 140 | 10 | 123 | 134 | 60 |
| Binary | 10010011 | 11101011 | 1010 | 100101 | 0 | 1100000 | 1000 | 1010011 | 1011100 | 110000 |
Color Harmonies of #93EB0A
Complementary color
Monochromatic Colors of #93EB0A
Black with #93EB0A
Text Example
Text Example
White with #93EB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EB0A; }
p { color: rgb(147,235,10); }
H1.HeaderClassName
{
color: #93EB0A;
}
.AnyTagClassName
{
color: #93EB0A;
}
</style>
background-color css
<style>
a { background-color: #93EB0A; }
a { background-color: rgb(147,235,10); }
div.DivClassName
{
background-color: #93EB0A;
}
.BgClassName
{
background-color: #93EB0A;
}
</style>
border-color css
<style>
span { border-color: #93EB0A; }
span { border-color: rgb(147,235,10); }
td.TdClassName
{
border-color: #93EB0A;
}
.TagClassName
{
border-color: #93EB0A;
}
</style>