Shades of Spring Bud #93EE08
Tints of Spring Bud #93EE08
RGB
CMYK
RGB Variations
Color information
#93EE08 (or 0x93EE08) is known color: Spring Bud. HEX triplet: 93, EE and 08. RGB value is (147,238,8). Sum of RGB (Red+Green+Blue) = 147+238+8=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 238 (93.36% from 255 or 60.56% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 238 - color contains mainly: green. Hex color #93EE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EE08 is #6C11F7. Grayscale: #B9B9B9. Windows color (decimal): -7082488 or 585363. OLE color: 585363.
HSL color Cylindrical-coordinate representation of color #93EE08: hue angle of 83.74º 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 #93EE08 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.07 |
| HSL | 83.74º | 0.93% | 0.48% | - |
| HSV(B) | 83.74º | 0.97% | 0.93% | - |
| XYZ | 42.65 | 67.37 | 10.99 | - |
| YUV | 184.57 | 28.35 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 8 | 0.38 | 0 | 0.97 | 0.07 | 83.74 | 0.93 | 0.48 |
| Hex | 93 | EE | 8 | 26 | 0 | 61 | 7 | 54 | 5D | 30 |
| Octal | 223 | 356 | 10 | 46 | 0 | 141 | 7 | 124 | 135 | 60 |
| Binary | 10010011 | 11101110 | 1000 | 100110 | 0 | 1100001 | 111 | 1010100 | 1011101 | 110000 |
Color Harmonies of #93EE08
Complementary color
Monochromatic Colors of #93EE08
Black with #93EE08
Text Example
Text Example
White with #93EE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EE08; }
p { color: rgb(147,238,8); }
H1.HeaderClassName
{
color: #93EE08;
}
.AnyTagClassName
{
color: #93EE08;
}
</style>
background-color css
<style>
a { background-color: #93EE08; }
a { background-color: rgb(147,238,8); }
div.DivClassName
{
background-color: #93EE08;
}
.BgClassName
{
background-color: #93EE08;
}
</style>
border-color css
<style>
span { border-color: #93EE08; }
span { border-color: rgb(147,238,8); }
td.TdClassName
{
border-color: #93EE08;
}
.TagClassName
{
border-color: #93EE08;
}
</style>