Shades of Spring Bud #93E504
Tints of Spring Bud #93E504
RGB
CMYK
RGB Variations
Color information
#93E504 (or 0x93E504) is known color: Spring Bud. HEX triplet: 93, E5 and 04. RGB value is (147,229,4). Sum of RGB (Red+Green+Blue) = 147+229+4=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #93E504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93E504 is #6C1AFB. Grayscale: #B3B3B3. Windows color (decimal): -7084796 or 320915. OLE color: 320915.
HSL color Cylindrical-coordinate representation of color #93E504: hue angle of 81.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93E504 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 4 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.10 |
| HSL | 81.87º | 0.97% | 0.46% | - |
| HSV(B) | 81.87º | 0.98% | 0.9% | - |
| XYZ | 40.07 | 62.25 | 10.02 | - |
| YUV | 178.83 | 29.33 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 4 | 0.36 | 0 | 0.98 | 0.10 | 81.87 | 0.97 | 0.46 |
| Hex | 93 | E5 | 4 | 24 | 0 | 62 | A | 52 | 61 | 2E |
| Octal | 223 | 345 | 4 | 44 | 0 | 142 | 12 | 122 | 141 | 56 |
| Binary | 10010011 | 11100101 | 100 | 100100 | 0 | 1100010 | 1010 | 1010010 | 1100001 | 101110 |
Color Harmonies of #93E504
Complementary color
Monochromatic Colors of #93E504
Black with #93E504
Text Example
Text Example
White with #93E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E504; }
p { color: rgb(147,229,4); }
H1.HeaderClassName
{
color: #93E504;
}
.AnyTagClassName
{
color: #93E504;
}
</style>
background-color css
<style>
a { background-color: #93E504; }
a { background-color: rgb(147,229,4); }
div.DivClassName
{
background-color: #93E504;
}
.BgClassName
{
background-color: #93E504;
}
</style>
border-color css
<style>
span { border-color: #93E504; }
span { border-color: rgb(147,229,4); }
td.TdClassName
{
border-color: #93E504;
}
.TagClassName
{
border-color: #93E504;
}
</style>