Shades of Medium Spring Green #05E69B
Tints of Medium Spring Green #05E69B
RGB
CMYK
RGB Variations
Color information
#05E69B (or 0x05E69B) is known color: Medium Spring Green. HEX triplet: 05, E6 and 9B. RGB value is (5,230,155). Sum of RGB (Red+Green+Blue) = 5+230+155=390 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 390); Green value is 230 (90.23% from 255 or 58.97% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 230 - color contains mainly: green. Hex color #05E69B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05E69B is #FA1964. Grayscale: #9A9A9A. Windows color (decimal): -16390501 or 10216965. OLE color: 10216965.
HSL color Cylindrical-coordinate representation of color #05E69B: hue angle of 160º degrees, saturation: 0.96, 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 #05E69B is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 155 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.10 |
| HSL | 160º | 0.96% | 0.46% | - |
| HSV(B) | 160º | 0.98% | 0.9% | - |
| XYZ | 34.28 | 58.99 | 40.59 | - |
| YUV | 154.18 | 128.46 | 21.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 155 | 0.98 | 0 | 0.33 | 0.10 | 160 | 0.96 | 0.46 |
| Hex | 5 | E6 | 9B | 62 | 0 | 21 | A | A0 | 60 | 2E |
| Octal | 5 | 346 | 233 | 142 | 0 | 41 | 12 | 240 | 140 | 56 |
| Binary | 101 | 11100110 | 10011011 | 1100010 | 0 | 100001 | 1010 | 10100000 | 1100000 | 101110 |
Color Harmonies of #05E69B
Complementary color
Monochromatic Colors of #05E69B
Black with #05E69B
Text Example
Text Example
White with #05E69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E69B; }
p { color: rgb(5,230,155); }
H1.HeaderClassName
{
color: #05E69B;
}
.AnyTagClassName
{
color: #05E69B;
}
</style>
background-color css
<style>
a { background-color: #05E69B; }
a { background-color: rgb(5,230,155); }
div.DivClassName
{
background-color: #05E69B;
}
.BgClassName
{
background-color: #05E69B;
}
</style>
border-color css
<style>
span { border-color: #05E69B; }
span { border-color: rgb(5,230,155); }
td.TdClassName
{
border-color: #05E69B;
}
.TagClassName
{
border-color: #05E69B;
}
</style>