Shades of Spring Green #0DDB7C
Tints of Spring Green #0DDB7C
RGB
CMYK
RGB Variations
Color information
#0DDB7C (or 0x0DDB7C) is known color: Spring Green. HEX triplet: 0D, DB and 7C. RGB value is (13,219,124). Sum of RGB (Red+Green+Blue) = 13+219+124=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDB7C is #F22483. Grayscale: #929292. Windows color (decimal): -15869060 or 8182541. OLE color: 8182541.
HSL color Cylindrical-coordinate representation of color #0DDB7C: hue angle of 152.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB7C is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 124 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.14 |
| HSL | 152.33º | 0.89% | 0.45% | - |
| HSV(B) | 152.33º | 0.94% | 0.86% | - |
| XYZ | 29.14 | 52.2 | 27.61 | - |
| YUV | 146.58 | 115.25 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 124 | 0.94 | 0 | 0.43 | 0.14 | 152.33 | 0.89 | 0.45 |
| Hex | D | DB | 7C | 5E | 0 | 2B | E | 98 | 59 | 2D |
| Octal | 15 | 333 | 174 | 136 | 0 | 53 | 16 | 230 | 131 | 55 |
| Binary | 1101 | 11011011 | 1111100 | 1011110 | 0 | 101011 | 1110 | 10011000 | 1011001 | 101101 |
Color Harmonies of #0DDB7C
Complementary color
Monochromatic Colors of #0DDB7C
Black with #0DDB7C
Text Example
Text Example
White with #0DDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB7C; }
p { color: rgb(13,219,124); }
H1.HeaderClassName
{
color: #0DDB7C;
}
.AnyTagClassName
{
color: #0DDB7C;
}
</style>
background-color css
<style>
a { background-color: #0DDB7C; }
a { background-color: rgb(13,219,124); }
div.DivClassName
{
background-color: #0DDB7C;
}
.BgClassName
{
background-color: #0DDB7C;
}
</style>
border-color css
<style>
span { border-color: #0DDB7C; }
span { border-color: rgb(13,219,124); }
td.TdClassName
{
border-color: #0DDB7C;
}
.TagClassName
{
border-color: #0DDB7C;
}
</style>