Shades of Spring Bud #93EF19
Tints of Spring Bud #93EF19
RGB
CMYK
RGB Variations
Color information
#93EF19 (or 0x93EF19) is known color: Spring Bud. HEX triplet: 93, EF and 19. RGB value is (147,239,25). Sum of RGB (Red+Green+Blue) = 147+239+25=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF19 is #6C10E6. Grayscale: #BBBBBB. Windows color (decimal): -7082215 or 1699731. OLE color: 1699731.
HSL color Cylindrical-coordinate representation of color #93EF19: hue angle of 85.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93EF19 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 25 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.06 |
| HSL | 85.79º | 0.87% | 0.52% | - |
| HSV(B) | 85.79º | 0.9% | 0.94% | - |
| XYZ | 43.07 | 68.01 | 11.78 | - |
| YUV | 187.1 | 36.52 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 25 | 0.38 | 0 | 0.90 | 0.06 | 85.79 | 0.87 | 0.52 |
| Hex | 93 | EF | 19 | 26 | 0 | 5A | 6 | 56 | 57 | 34 |
| Octal | 223 | 357 | 31 | 46 | 0 | 132 | 6 | 126 | 127 | 64 |
| Binary | 10010011 | 11101111 | 11001 | 100110 | 0 | 1011010 | 110 | 1010110 | 1010111 | 110100 |
Color Harmonies of #93EF19
Complementary color
Monochromatic Colors of #93EF19
Black with #93EF19
Text Example
Text Example
White with #93EF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EF19; }
p { color: rgb(147,239,25); }
H1.HeaderClassName
{
color: #93EF19;
}
.AnyTagClassName
{
color: #93EF19;
}
</style>
background-color css
<style>
a { background-color: #93EF19; }
a { background-color: rgb(147,239,25); }
div.DivClassName
{
background-color: #93EF19;
}
.BgClassName
{
background-color: #93EF19;
}
</style>
border-color css
<style>
span { border-color: #93EF19; }
span { border-color: rgb(147,239,25); }
td.TdClassName
{
border-color: #93EF19;
}
.TagClassName
{
border-color: #93EF19;
}
</style>