Html Css Color HEX #0DFFBC Medium Spring Green
📋 copy color: '#0DFFBC'red 13 ◦ green 255 ◦ blue 188
Shades of Medium Spring Green #0DFFBC
Tints of Medium Spring Green #0DFFBC
RGB
CMYK
RGB Variations
Color information
#0DFFBC (or 0x0DFFBC) is known color: Medium Spring Green. HEX triplet: 0D, FF and BC. RGB value is (13,255,188). Sum of RGB (Red+Green+Blue) = 13+255+188=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFBC is #F20043. Grayscale: #AFAFAF. Windows color (decimal): -15859780 or 12386061. OLE color: 12386061.
HSL color Cylindrical-coordinate representation of color #0DFFBC: hue angle of 163.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFBC is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 188 | - |
| CMYK | 0.95 | 0 | 0.26 | 0 |
| HSL | 163.39º | 1% | 0.53% | - |
| HSV(B) | 163.39º | 0.95% | 1% | - |
| XYZ | 45 | 75.24 | 59.73 | - |
| YUV | 175 | 135.33 | 12.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 188 | 0.95 | 0 | 0.26 | 0 | 163.39 | 1 | 0.53 |
| Hex | D | FF | BC | 5F | 0 | 1A | 0 | A3 | 64 | 35 |
| Octal | 15 | 377 | 274 | 137 | 0 | 32 | 0 | 243 | 144 | 65 |
| Binary | 1101 | 11111111 | 10111100 | 1011111 | 0 | 11010 | 0 | 10100011 | 1100100 | 110101 |
Color Harmonies of #0DFFBC
Complementary color
Monochromatic Colors of #0DFFBC
Black with #0DFFBC
Text Example
Text Example
White with #0DFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFBC; }
p { color: rgb(13,255,188); }
H1.HeaderClassName
{
color: #0DFFBC;
}
.AnyTagClassName
{
color: #0DFFBC;
}
</style>
background-color css
<style>
a { background-color: #0DFFBC; }
a { background-color: rgb(13,255,188); }
div.DivClassName
{
background-color: #0DFFBC;
}
.BgClassName
{
background-color: #0DFFBC;
}
</style>
border-color css
<style>
span { border-color: #0DFFBC; }
span { border-color: rgb(13,255,188); }
td.TdClassName
{
border-color: #0DFFBC;
}
.TagClassName
{
border-color: #0DFFBC;
}
</style>