Html Css Color HEX #0DFFBE Medium Spring Green
📋 copy color: '#0DFFBE'red 13 ◦ green 255 ◦ blue 190
Shades of Medium Spring Green #0DFFBE
Tints of Medium Spring Green #0DFFBE
RGB
CMYK
RGB Variations
Color information
#0DFFBE (or 0x0DFFBE) is known color: Medium Spring Green. HEX triplet: 0D, FF and BE. RGB value is (13,255,190). Sum of RGB (Red+Green+Blue) = 13+255+190=458 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFBE is #F20041. Grayscale: #AFAFAF. Windows color (decimal): -15859778 or 12517133. OLE color: 12517133.
HSL color Cylindrical-coordinate representation of color #0DFFBE: hue angle of 163.88º 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 #0DFFBE is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 190 | - |
| CMYK | 0.95 | 0 | 0.25 | 0 |
| HSL | 163.88º | 1% | 0.53% | - |
| HSV(B) | 163.88º | 0.95% | 1% | - |
| XYZ | 45.22 | 75.32 | 60.87 | - |
| YUV | 175.23 | 136.33 | 12.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 190 | 0.95 | 0 | 0.25 | 0 | 163.88 | 1 | 0.53 |
| Hex | D | FF | BE | 5F | 0 | 19 | 0 | A4 | 64 | 35 |
| Octal | 15 | 377 | 276 | 137 | 0 | 31 | 0 | 244 | 144 | 65 |
| Binary | 1101 | 11111111 | 10111110 | 1011111 | 0 | 11001 | 0 | 10100100 | 1100100 | 110101 |
Color Harmonies of #0DFFBE
Complementary color
Monochromatic Colors of #0DFFBE
Black with #0DFFBE
Text Example
Text Example
White with #0DFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFBE; }
p { color: rgb(13,255,190); }
H1.HeaderClassName
{
color: #0DFFBE;
}
.AnyTagClassName
{
color: #0DFFBE;
}
</style>
background-color css
<style>
a { background-color: #0DFFBE; }
a { background-color: rgb(13,255,190); }
div.DivClassName
{
background-color: #0DFFBE;
}
.BgClassName
{
background-color: #0DFFBE;
}
</style>
border-color css
<style>
span { border-color: #0DFFBE; }
span { border-color: rgb(13,255,190); }
td.TdClassName
{
border-color: #0DFFBE;
}
.TagClassName
{
border-color: #0DFFBE;
}
</style>