Shades of Medium Spring Green #05E38C
Tints of Medium Spring Green #05E38C
RGB
CMYK
RGB Variations
Color information
#05E38C (or 0x05E38C) is known color: Medium Spring Green. HEX triplet: 05, E3 and 8C. RGB value is (5,227,140). Sum of RGB (Red+Green+Blue) = 5+227+140=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #05E38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E38C is #FA1C73. Grayscale: #969696. Windows color (decimal): -16391284 or 9233157. OLE color: 9233157.
HSL color Cylindrical-coordinate representation of color #05E38C: hue angle of 156.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E38C is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 140 | - |
| CMYK | 0.98 | 0 | 0.38 | 0.11 |
| HSL | 156.49º | 0.96% | 0.45% | - |
| HSV(B) | 156.49º | 0.98% | 0.89% | - |
| XYZ | 32.27 | 56.86 | 34.09 | - |
| YUV | 150.7 | 121.95 | 24.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 140 | 0.98 | 0 | 0.38 | 0.11 | 156.49 | 0.96 | 0.45 |
| Hex | 5 | E3 | 8C | 62 | 0 | 26 | B | 9C | 60 | 2D |
| Octal | 5 | 343 | 214 | 142 | 0 | 46 | 13 | 234 | 140 | 55 |
| Binary | 101 | 11100011 | 10001100 | 1100010 | 0 | 100110 | 1011 | 10011100 | 1100000 | 101101 |
Color Harmonies of #05E38C
Complementary color
Monochromatic Colors of #05E38C
Black with #05E38C
Text Example
Text Example
White with #05E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E38C; }
p { color: rgb(5,227,140); }
H1.HeaderClassName
{
color: #05E38C;
}
.AnyTagClassName
{
color: #05E38C;
}
</style>
background-color css
<style>
a { background-color: #05E38C; }
a { background-color: rgb(5,227,140); }
div.DivClassName
{
background-color: #05E38C;
}
.BgClassName
{
background-color: #05E38C;
}
</style>
border-color css
<style>
span { border-color: #05E38C; }
span { border-color: rgb(5,227,140); }
td.TdClassName
{
border-color: #05E38C;
}
.TagClassName
{
border-color: #05E38C;
}
</style>