Shades of Medium Spring Green #05F38D
Tints of Medium Spring Green #05F38D
RGB
CMYK
RGB Variations
Color information
#05F38D (or 0x05F38D) is known color: Medium Spring Green. HEX triplet: 05, F3 and 8D. RGB value is (5,243,141). Sum of RGB (Red+Green+Blue) = 5+243+141=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 243 (95.31% from 255 or 62.47% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 243 - color contains mainly: green. Hex color #05F38D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F38D is #FA0C72. Grayscale: #A0A0A0. Windows color (decimal): -16387187 or 9302789. OLE color: 9302789.
HSL color Cylindrical-coordinate representation of color #05F38D: hue angle of 154.29º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F38D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 141 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.05 |
| HSL | 154.29º | 0.96% | 0.49% | - |
| HSV(B) | 154.29º | 0.98% | 0.95% | - |
| XYZ | 36.92 | 66.06 | 36 | - |
| YUV | 160.21 | 117.15 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 141 | 0.98 | 0 | 0.42 | 0.05 | 154.29 | 0.96 | 0.49 |
| Hex | 5 | F3 | 8D | 62 | 0 | 2A | 5 | 9A | 60 | 31 |
| Octal | 5 | 363 | 215 | 142 | 0 | 52 | 5 | 232 | 140 | 61 |
| Binary | 101 | 11110011 | 10001101 | 1100010 | 0 | 101010 | 101 | 10011010 | 1100000 | 110001 |
Color Harmonies of #05F38D
Complementary color
Monochromatic Colors of #05F38D
Black with #05F38D
Text Example
Text Example
White with #05F38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F38D; }
p { color: rgb(5,243,141); }
H1.HeaderClassName
{
color: #05F38D;
}
.AnyTagClassName
{
color: #05F38D;
}
</style>
background-color css
<style>
a { background-color: #05F38D; }
a { background-color: rgb(5,243,141); }
div.DivClassName
{
background-color: #05F38D;
}
.BgClassName
{
background-color: #05F38D;
}
</style>
border-color css
<style>
span { border-color: #05F38D; }
span { border-color: rgb(5,243,141); }
td.TdClassName
{
border-color: #05F38D;
}
.TagClassName
{
border-color: #05F38D;
}
</style>