Shades of Spring Bud #93EE0F
Tints of Spring Bud #93EE0F
RGB
CMYK
RGB Variations
Color information
#93EE0F (or 0x93EE0F) is known color: Spring Bud. HEX triplet: 93, EE and 0F. RGB value is (147,238,15). Sum of RGB (Red+Green+Blue) = 147+238+15=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 238 (93.36% from 255 or 59.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 238 - color contains mainly: green. Hex color #93EE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EE0F is #6C11F0. Grayscale: #BABABA. Windows color (decimal): -7082481 or 1044115. OLE color: 1044115.
HSL color Cylindrical-coordinate representation of color #93EE0F: hue angle of 84.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93EE0F is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 15 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.07 |
| HSL | 84.48º | 0.88% | 0.5% | - |
| HSV(B) | 84.48º | 0.94% | 0.93% | - |
| XYZ | 42.69 | 67.39 | 11.21 | - |
| YUV | 185.37 | 31.85 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 15 | 0.38 | 0 | 0.94 | 0.07 | 84.48 | 0.88 | 0.5 |
| Hex | 93 | EE | F | 26 | 0 | 5E | 7 | 54 | 58 | 32 |
| Octal | 223 | 356 | 17 | 46 | 0 | 136 | 7 | 124 | 130 | 62 |
| Binary | 10010011 | 11101110 | 1111 | 100110 | 0 | 1011110 | 111 | 1010100 | 1011000 | 110010 |
Color Harmonies of #93EE0F
Complementary color
Monochromatic Colors of #93EE0F
Black with #93EE0F
Text Example
Text Example
White with #93EE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EE0F; }
p { color: rgb(147,238,15); }
H1.HeaderClassName
{
color: #93EE0F;
}
.AnyTagClassName
{
color: #93EE0F;
}
</style>
background-color css
<style>
a { background-color: #93EE0F; }
a { background-color: rgb(147,238,15); }
div.DivClassName
{
background-color: #93EE0F;
}
.BgClassName
{
background-color: #93EE0F;
}
</style>
border-color css
<style>
span { border-color: #93EE0F; }
span { border-color: rgb(147,238,15); }
td.TdClassName
{
border-color: #93EE0F;
}
.TagClassName
{
border-color: #93EE0F;
}
</style>