Html Css Color HEX #0DFDBE Medium Spring Green
📋 copy color: '#0DFDBE'red 13 ◦ green 253 ◦ blue 190
Shades of Medium Spring Green #0DFDBE
Tints of Medium Spring Green #0DFDBE
RGB
CMYK
RGB Variations
Color information
#0DFDBE (or 0x0DFDBE) is known color: Medium Spring Green. HEX triplet: 0D, FD and BE. RGB value is (13,253,190). Sum of RGB (Red+Green+Blue) = 13+253+190=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFDBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFDBE is #F20241. Grayscale: #AEAEAE. Windows color (decimal): -15860290 or 12516621. OLE color: 12516621.
HSL color Cylindrical-coordinate representation of color #0DFDBE: hue angle of 164.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFDBE is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 253 | 190 | - |
| CMYK | 0.95 | 0 | 0.25 | 0.01 |
| HSL | 164.25º | 0.98% | 0.52% | - |
| HSV(B) | 164.25º | 0.95% | 0.99% | - |
| XYZ | 44.59 | 74.05 | 60.66 | - |
| YUV | 174.06 | 136.99 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 253 | 190 | 0.95 | 0 | 0.25 | 0.01 | 164.25 | 0.98 | 0.52 |
| Hex | D | FD | BE | 5F | 0 | 19 | 1 | A4 | 62 | 34 |
| Octal | 15 | 375 | 276 | 137 | 0 | 31 | 1 | 244 | 142 | 64 |
| Binary | 1101 | 11111101 | 10111110 | 1011111 | 0 | 11001 | 1 | 10100100 | 1100010 | 110100 |
Color Harmonies of #0DFDBE
Complementary color
Monochromatic Colors of #0DFDBE
Black with #0DFDBE
Text Example
Text Example
White with #0DFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFDBE; }
p { color: rgb(13,253,190); }
H1.HeaderClassName
{
color: #0DFDBE;
}
.AnyTagClassName
{
color: #0DFDBE;
}
</style>
background-color css
<style>
a { background-color: #0DFDBE; }
a { background-color: rgb(13,253,190); }
div.DivClassName
{
background-color: #0DFDBE;
}
.BgClassName
{
background-color: #0DFDBE;
}
</style>
border-color css
<style>
span { border-color: #0DFDBE; }
span { border-color: rgb(13,253,190); }
td.TdClassName
{
border-color: #0DFDBE;
}
.TagClassName
{
border-color: #0DFDBE;
}
</style>