Shades of Medium Spring Green #05F7BD
Tints of Medium Spring Green #05F7BD
RGB
CMYK
RGB Variations
Color information
#05F7BD (or 0x05F7BD) is known color: Medium Spring Green. HEX triplet: 05, F7 and BD. RGB value is (5,247,189). Sum of RGB (Red+Green+Blue) = 5+247+189=441 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #05F7BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F7BD is #FA0842. Grayscale: #A8A8A8. Windows color (decimal): -16386115 or 12449541. OLE color: 12449541.
HSL color Cylindrical-coordinate representation of color #05F7BD: hue angle of 165.62º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F7BD is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 189 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.03 |
| HSL | 165.62º | 0.96% | 0.49% | - |
| HSV(B) | 165.62º | 0.98% | 0.97% | - |
| XYZ | 42.51 | 70.23 | 59.46 | - |
| YUV | 168.03 | 139.83 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 189 | 0.98 | 0 | 0.23 | 0.03 | 165.62 | 0.96 | 0.49 |
| Hex | 5 | F7 | BD | 62 | 0 | 17 | 3 | A6 | 60 | 31 |
| Octal | 5 | 367 | 275 | 142 | 0 | 27 | 3 | 246 | 140 | 61 |
| Binary | 101 | 11110111 | 10111101 | 1100010 | 0 | 10111 | 11 | 10100110 | 1100000 | 110001 |
Color Harmonies of #05F7BD
Complementary color
Monochromatic Colors of #05F7BD
Black with #05F7BD
Text Example
Text Example
White with #05F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F7BD; }
p { color: rgb(5,247,189); }
H1.HeaderClassName
{
color: #05F7BD;
}
.AnyTagClassName
{
color: #05F7BD;
}
</style>
background-color css
<style>
a { background-color: #05F7BD; }
a { background-color: rgb(5,247,189); }
div.DivClassName
{
background-color: #05F7BD;
}
.BgClassName
{
background-color: #05F7BD;
}
</style>
border-color css
<style>
span { border-color: #05F7BD; }
span { border-color: rgb(5,247,189); }
td.TdClassName
{
border-color: #05F7BD;
}
.TagClassName
{
border-color: #05F7BD;
}
</style>