Shades of Medium Spring Green #05EFB2
Tints of Medium Spring Green #05EFB2
RGB
CMYK
RGB Variations
Color information
#05EFB2 (or 0x05EFB2) is known color: Medium Spring Green. HEX triplet: 05, EF and B2. RGB value is (5,239,178). Sum of RGB (Red+Green+Blue) = 5+239+178=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFB2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05EFB2 is #FA104D. Grayscale: #A2A2A2. Windows color (decimal): -16388174 or 11726597. OLE color: 11726597.
HSL color Cylindrical-coordinate representation of color #05EFB2: hue angle of 164.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFB2 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 239 | 178 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.06 |
| HSL | 164.36º | 0.96% | 0.48% | - |
| HSV(B) | 164.36º | 0.98% | 0.94% | - |
| XYZ | 38.96 | 64.98 | 52.61 | - |
| YUV | 162.08 | 136.98 | 15.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 178 | 0.98 | 0 | 0.26 | 0.06 | 164.36 | 0.96 | 0.48 |
| Hex | 5 | EF | B2 | 62 | 0 | 1A | 6 | A4 | 60 | 30 |
| Octal | 5 | 357 | 262 | 142 | 0 | 32 | 6 | 244 | 140 | 60 |
| Binary | 101 | 11101111 | 10110010 | 1100010 | 0 | 11010 | 110 | 10100100 | 1100000 | 110000 |
Color Harmonies of #05EFB2
Complementary color
Monochromatic Colors of #05EFB2
Black with #05EFB2
Text Example
Text Example
White with #05EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EFB2; }
p { color: rgb(5,239,178); }
H1.HeaderClassName
{
color: #05EFB2;
}
.AnyTagClassName
{
color: #05EFB2;
}
</style>
background-color css
<style>
a { background-color: #05EFB2; }
a { background-color: rgb(5,239,178); }
div.DivClassName
{
background-color: #05EFB2;
}
.BgClassName
{
background-color: #05EFB2;
}
</style>
border-color css
<style>
span { border-color: #05EFB2; }
span { border-color: rgb(5,239,178); }
td.TdClassName
{
border-color: #05EFB2;
}
.TagClassName
{
border-color: #05EFB2;
}
</style>