Html Css Color HEX #0DFFBD Medium Spring Green
📋 copy color: '#0DFFBD'red 13 ◦ green 255 ◦ blue 189
Shades of Medium Spring Green #0DFFBD
Tints of Medium Spring Green #0DFFBD
RGB
CMYK
RGB Variations
Color information
#0DFFBD (or 0x0DFFBD) is known color: Medium Spring Green. HEX triplet: 0D, FF and BD. RGB value is (13,255,189). Sum of RGB (Red+Green+Blue) = 13+255+189=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFBD is #F20042. Grayscale: #AFAFAF. Windows color (decimal): -15859779 or 12451597. OLE color: 12451597.
HSL color Cylindrical-coordinate representation of color #0DFFBD: hue angle of 163.64º 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 #0DFFBD is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 189 | - |
| CMYK | 0.95 | 0 | 0.26 | 0 |
| HSL | 163.64º | 1% | 0.53% | - |
| HSV(B) | 163.64º | 0.95% | 1% | - |
| XYZ | 45.11 | 75.28 | 60.3 | - |
| YUV | 175.12 | 135.83 | 12.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 189 | 0.95 | 0 | 0.26 | 0 | 163.64 | 1 | 0.53 |
| Hex | D | FF | BD | 5F | 0 | 1A | 0 | A4 | 64 | 35 |
| Octal | 15 | 377 | 275 | 137 | 0 | 32 | 0 | 244 | 144 | 65 |
| Binary | 1101 | 11111111 | 10111101 | 1011111 | 0 | 11010 | 0 | 10100100 | 1100100 | 110101 |
Color Harmonies of #0DFFBD
Complementary color
Monochromatic Colors of #0DFFBD
Black with #0DFFBD
Text Example
Text Example
White with #0DFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFBD; }
p { color: rgb(13,255,189); }
H1.HeaderClassName
{
color: #0DFFBD;
}
.AnyTagClassName
{
color: #0DFFBD;
}
</style>
background-color css
<style>
a { background-color: #0DFFBD; }
a { background-color: rgb(13,255,189); }
div.DivClassName
{
background-color: #0DFFBD;
}
.BgClassName
{
background-color: #0DFFBD;
}
</style>
border-color css
<style>
span { border-color: #0DFFBD; }
span { border-color: rgb(13,255,189); }
td.TdClassName
{
border-color: #0DFFBD;
}
.TagClassName
{
border-color: #0DFFBD;
}
</style>