Shades of Caribbean Green #0DE189
Tints of Caribbean Green #0DE189
RGB
CMYK
RGB Variations
Color information
#0DE189 (or 0x0DE189) is known color: Caribbean Green. HEX triplet: 0D, E1 and 89. RGB value is (13,225,137). Sum of RGB (Red+Green+Blue) = 13+225+137=375 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.47% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE189 is #F21E76. Grayscale: #979797. Windows color (decimal): -15867511 or 9036045. OLE color: 9036045.
HSL color Cylindrical-coordinate representation of color #0DE189: hue angle of 155.09º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE189 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 137 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.12 |
| HSL | 155.09º | 0.89% | 0.47% | - |
| HSV(B) | 155.09º | 0.94% | 0.88% | - |
| XYZ | 31.61 | 55.74 | 32.76 | - |
| YUV | 151.58 | 119.76 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 137 | 0.94 | 0 | 0.39 | 0.12 | 155.09 | 0.89 | 0.47 |
| Hex | D | E1 | 89 | 5E | 0 | 27 | C | 9B | 59 | 2F |
| Octal | 15 | 341 | 211 | 136 | 0 | 47 | 14 | 233 | 131 | 57 |
| Binary | 1101 | 11100001 | 10001001 | 1011110 | 0 | 100111 | 1100 | 10011011 | 1011001 | 101111 |
Color Harmonies of #0DE189
Complementary color
Monochromatic Colors of #0DE189
Black with #0DE189
Text Example
Text Example
White with #0DE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE189; }
p { color: rgb(13,225,137); }
H1.HeaderClassName
{
color: #0DE189;
}
.AnyTagClassName
{
color: #0DE189;
}
</style>
background-color css
<style>
a { background-color: #0DE189; }
a { background-color: rgb(13,225,137); }
div.DivClassName
{
background-color: #0DE189;
}
.BgClassName
{
background-color: #0DE189;
}
</style>
border-color css
<style>
span { border-color: #0DE189; }
span { border-color: rgb(13,225,137); }
td.TdClassName
{
border-color: #0DE189;
}
.TagClassName
{
border-color: #0DE189;
}
</style>