Shades of Spring Green #0DDC75
Tints of Spring Green #0DDC75
RGB
CMYK
RGB Variations
Color information
#0DDC75 (or 0x0DDC75) is known color: Spring Green. HEX triplet: 0D, DC and 75. RGB value is (13,220,117). Sum of RGB (Red+Green+Blue) = 13+220+117=350 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.71% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDC75 is #F2238A. Grayscale: #929292. Windows color (decimal): -15868811 or 7724045. OLE color: 7724045.
HSL color Cylindrical-coordinate representation of color #0DDC75: hue angle of 150.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC75 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 117 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.14 |
| HSL | 150.14º | 0.89% | 0.46% | - |
| HSV(B) | 150.14º | 0.94% | 0.86% | - |
| XYZ | 28.97 | 52.56 | 25.45 | - |
| YUV | 146.37 | 111.42 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 117 | 0.94 | 0 | 0.47 | 0.14 | 150.14 | 0.89 | 0.46 |
| Hex | D | DC | 75 | 5E | 0 | 2F | E | 96 | 59 | 2E |
| Octal | 15 | 334 | 165 | 136 | 0 | 57 | 16 | 226 | 131 | 56 |
| Binary | 1101 | 11011100 | 1110101 | 1011110 | 0 | 101111 | 1110 | 10010110 | 1011001 | 101110 |
Color Harmonies of #0DDC75
Complementary color
Monochromatic Colors of #0DDC75
Black with #0DDC75
Text Example
Text Example
White with #0DDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC75; }
p { color: rgb(13,220,117); }
H1.HeaderClassName
{
color: #0DDC75;
}
.AnyTagClassName
{
color: #0DDC75;
}
</style>
background-color css
<style>
a { background-color: #0DDC75; }
a { background-color: rgb(13,220,117); }
div.DivClassName
{
background-color: #0DDC75;
}
.BgClassName
{
background-color: #0DDC75;
}
</style>
border-color css
<style>
span { border-color: #0DDC75; }
span { border-color: rgb(13,220,117); }
td.TdClassName
{
border-color: #0DDC75;
}
.TagClassName
{
border-color: #0DDC75;
}
</style>