Html Css Color HEX #0DFB8D Medium Spring Green
📋 copy color: '#0DFB8D'red 13 ◦ green 251 ◦ blue 141
Shades of Medium Spring Green #0DFB8D
Tints of Medium Spring Green #0DFB8D
RGB
CMYK
RGB Variations
Color information
#0DFB8D (or 0x0DFB8D) is known color: Medium Spring Green. HEX triplet: 0D, FB and 8D. RGB value is (13,251,141). Sum of RGB (Red+Green+Blue) = 13+251+141=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 251 (98.44% from 255 or 61.98% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFB8D is #F20472. Grayscale: #A7A7A7. Windows color (decimal): -15860851 or 9304845. OLE color: 9304845.
HSL color Cylindrical-coordinate representation of color #0DFB8D: hue angle of 152.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB8D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 251 | 141 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.02 |
| HSL | 152.27º | 0.97% | 0.52% | - |
| HSV(B) | 152.27º | 0.95% | 0.98% | - |
| XYZ | 39.47 | 71 | 36.82 | - |
| YUV | 167.3 | 113.15 | 17.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 251 | 141 | 0.95 | 0 | 0.44 | 0.02 | 152.27 | 0.97 | 0.52 |
| Hex | D | FB | 8D | 5F | 0 | 2C | 2 | 98 | 61 | 34 |
| Octal | 15 | 373 | 215 | 137 | 0 | 54 | 2 | 230 | 141 | 64 |
| Binary | 1101 | 11111011 | 10001101 | 1011111 | 0 | 101100 | 10 | 10011000 | 1100001 | 110100 |
Color Harmonies of #0DFB8D
Complementary color
Monochromatic Colors of #0DFB8D
Black with #0DFB8D
Text Example
Text Example
White with #0DFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFB8D; }
p { color: rgb(13,251,141); }
H1.HeaderClassName
{
color: #0DFB8D;
}
.AnyTagClassName
{
color: #0DFB8D;
}
</style>
background-color css
<style>
a { background-color: #0DFB8D; }
a { background-color: rgb(13,251,141); }
div.DivClassName
{
background-color: #0DFB8D;
}
.BgClassName
{
background-color: #0DFB8D;
}
</style>
border-color css
<style>
span { border-color: #0DFB8D; }
span { border-color: rgb(13,251,141); }
td.TdClassName
{
border-color: #0DFB8D;
}
.TagClassName
{
border-color: #0DFB8D;
}
</style>