Shades of Spring Green #0DF573
Tints of Spring Green #0DF573
RGB
CMYK
RGB Variations
Color information
#0DF573 (or 0x0DF573) is known color: Spring Green. HEX triplet: 0D, F5 and 73. RGB value is (13,245,115). Sum of RGB (Red+Green+Blue) = 13+245+115=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 245 (96.09% from 255 or 65.68% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF573 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF573 is #F20A8C. Grayscale: #A1A1A1. Windows color (decimal): -15862413 or 7599373. OLE color: 7599373.
HSL color Cylindrical-coordinate representation of color #0DF573: hue angle of 146.38º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF573 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 115 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.04 |
| HSL | 146.38º | 0.92% | 0.51% | - |
| HSV(B) | 146.38º | 0.95% | 0.96% | - |
| XYZ | 35.91 | 66.63 | 27.19 | - |
| YUV | 160.81 | 102.14 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 115 | 0.95 | 0 | 0.53 | 0.04 | 146.38 | 0.92 | 0.51 |
| Hex | D | F5 | 73 | 5F | 0 | 35 | 4 | 92 | 5C | 33 |
| Octal | 15 | 365 | 163 | 137 | 0 | 65 | 4 | 222 | 134 | 63 |
| Binary | 1101 | 11110101 | 1110011 | 1011111 | 0 | 110101 | 100 | 10010010 | 1011100 | 110011 |
Color Harmonies of #0DF573
Complementary color
Monochromatic Colors of #0DF573
Black with #0DF573
Text Example
Text Example
White with #0DF573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF573; }
p { color: rgb(13,245,115); }
H1.HeaderClassName
{
color: #0DF573;
}
.AnyTagClassName
{
color: #0DF573;
}
</style>
background-color css
<style>
a { background-color: #0DF573; }
a { background-color: rgb(13,245,115); }
div.DivClassName
{
background-color: #0DF573;
}
.BgClassName
{
background-color: #0DF573;
}
</style>
border-color css
<style>
span { border-color: #0DF573; }
span { border-color: rgb(13,245,115); }
td.TdClassName
{
border-color: #0DF573;
}
.TagClassName
{
border-color: #0DF573;
}
</style>