Shades of Spring Bud #93EC08
Tints of Spring Bud #93EC08
RGB
CMYK
RGB Variations
Color information
#93EC08 (or 0x93EC08) is known color: Spring Bud. HEX triplet: 93, EC and 08. RGB value is (147,236,8). Sum of RGB (Red+Green+Blue) = 147+236+8=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EC08 is #6C13F7. Grayscale: #B8B8B8. Windows color (decimal): -7083000 or 584851. OLE color: 584851.
HSL color Cylindrical-coordinate representation of color #93EC08: hue angle of 83.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93EC08 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.07 |
| HSL | 83.42º | 0.93% | 0.48% | - |
| HSV(B) | 83.42º | 0.97% | 0.93% | - |
| XYZ | 42.07 | 66.21 | 10.79 | - |
| YUV | 183.4 | 29.01 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 8 | 0.38 | 0 | 0.97 | 0.07 | 83.42 | 0.93 | 0.48 |
| Hex | 93 | EC | 8 | 26 | 0 | 61 | 7 | 53 | 5D | 30 |
| Octal | 223 | 354 | 10 | 46 | 0 | 141 | 7 | 123 | 135 | 60 |
| Binary | 10010011 | 11101100 | 1000 | 100110 | 0 | 1100001 | 111 | 1010011 | 1011101 | 110000 |
Color Harmonies of #93EC08
Complementary color
Monochromatic Colors of #93EC08
Black with #93EC08
Text Example
Text Example
White with #93EC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC08; }
p { color: rgb(147,236,8); }
H1.HeaderClassName
{
color: #93EC08;
}
.AnyTagClassName
{
color: #93EC08;
}
</style>
background-color css
<style>
a { background-color: #93EC08; }
a { background-color: rgb(147,236,8); }
div.DivClassName
{
background-color: #93EC08;
}
.BgClassName
{
background-color: #93EC08;
}
</style>
border-color css
<style>
span { border-color: #93EC08; }
span { border-color: rgb(147,236,8); }
td.TdClassName
{
border-color: #93EC08;
}
.TagClassName
{
border-color: #93EC08;
}
</style>