Shades of Caribbean Green #0DE08D
Tints of Caribbean Green #0DE08D
RGB
CMYK
RGB Variations
Color information
#0DE08D (or 0x0DE08D) is known color: Caribbean Green. HEX triplet: 0D, E0 and 8D. RGB value is (13,224,141). Sum of RGB (Red+Green+Blue) = 13+224+141=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE08D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE08D is #F21F72. Grayscale: #979797. Windows color (decimal): -15867763 or 9297933. OLE color: 9297933.
HSL color Cylindrical-coordinate representation of color #0DE08D: hue angle of 156.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE08D is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 141 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.12 |
| HSL | 156.4º | 0.89% | 0.46% | - |
| HSV(B) | 156.4º | 0.94% | 0.88% | - |
| XYZ | 31.63 | 55.32 | 34.21 | - |
| YUV | 151.45 | 122.1 | 29.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 141 | 0.94 | 0 | 0.37 | 0.12 | 156.4 | 0.89 | 0.46 |
| Hex | D | E0 | 8D | 5E | 0 | 25 | C | 9C | 59 | 2E |
| Octal | 15 | 340 | 215 | 136 | 0 | 45 | 14 | 234 | 131 | 56 |
| Binary | 1101 | 11100000 | 10001101 | 1011110 | 0 | 100101 | 1100 | 10011100 | 1011001 | 101110 |
Color Harmonies of #0DE08D
Complementary color
Monochromatic Colors of #0DE08D
Black with #0DE08D
Text Example
Text Example
White with #0DE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE08D; }
p { color: rgb(13,224,141); }
H1.HeaderClassName
{
color: #0DE08D;
}
.AnyTagClassName
{
color: #0DE08D;
}
</style>
background-color css
<style>
a { background-color: #0DE08D; }
a { background-color: rgb(13,224,141); }
div.DivClassName
{
background-color: #0DE08D;
}
.BgClassName
{
background-color: #0DE08D;
}
</style>
border-color css
<style>
span { border-color: #0DE08D; }
span { border-color: rgb(13,224,141); }
td.TdClassName
{
border-color: #0DE08D;
}
.TagClassName
{
border-color: #0DE08D;
}
</style>