Shades of Spring Green #0DF582
Tints of Spring Green #0DF582
RGB
CMYK
RGB Variations
Color information
#0DF582 (or 0x0DF582) is known color: Spring Green. HEX triplet: 0D, F5 and 82. RGB value is (13,245,130). Sum of RGB (Red+Green+Blue) = 13+245+130=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 245 (96.09% from 255 or 63.14% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 245 - color contains mainly: green. Hex color #0DF582 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF582 is #F20A7D. Grayscale: #A2A2A2. Windows color (decimal): -15862398 or 8582413. OLE color: 8582413.
HSL color Cylindrical-coordinate representation of color #0DF582: hue angle of 150.26º 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 #0DF582 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 13 | 245 | 130 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.04 |
| HSL | 150.26º | 0.92% | 0.51% | - |
| HSV(B) | 150.26º | 0.95% | 0.96% | - |
| XYZ | 36.85 | 67 | 32.11 | - |
| YUV | 162.52 | 109.64 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 245 | 130 | 0.95 | 0 | 0.47 | 0.04 | 150.26 | 0.92 | 0.51 |
| Hex | D | F5 | 82 | 5F | 0 | 2F | 4 | 96 | 5C | 33 |
| Octal | 15 | 365 | 202 | 137 | 0 | 57 | 4 | 226 | 134 | 63 |
| Binary | 1101 | 11110101 | 10000010 | 1011111 | 0 | 101111 | 100 | 10010110 | 1011100 | 110011 |
Color Harmonies of #0DF582
Complementary color
Monochromatic Colors of #0DF582
Black with #0DF582
Text Example
Text Example
White with #0DF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF582; }
p { color: rgb(13,245,130); }
H1.HeaderClassName
{
color: #0DF582;
}
.AnyTagClassName
{
color: #0DF582;
}
</style>
background-color css
<style>
a { background-color: #0DF582; }
a { background-color: rgb(13,245,130); }
div.DivClassName
{
background-color: #0DF582;
}
.BgClassName
{
background-color: #0DF582;
}
</style>
border-color css
<style>
span { border-color: #0DF582; }
span { border-color: rgb(13,245,130); }
td.TdClassName
{
border-color: #0DF582;
}
.TagClassName
{
border-color: #0DF582;
}
</style>