Shades of Caribbean Green #0DE188
Tints of Caribbean Green #0DE188
RGB
CMYK
RGB Variations
Color information
#0DE188 (or 0x0DE188) is known color: Caribbean Green. HEX triplet: 0D, E1 and 88. RGB value is (13,225,136). Sum of RGB (Red+Green+Blue) = 13+225+136=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE188 is #F21E77. Grayscale: #979797. Windows color (decimal): -15867512 or 8970509. OLE color: 8970509.
HSL color Cylindrical-coordinate representation of color #0DE188: hue angle of 154.81º 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 #0DE188 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 225 | 136 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.12 |
| HSL | 154.81º | 0.89% | 0.47% | - |
| HSV(B) | 154.81º | 0.94% | 0.88% | - |
| XYZ | 31.54 | 55.71 | 32.38 | - |
| YUV | 151.47 | 119.26 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 225 | 136 | 0.94 | 0 | 0.40 | 0.12 | 154.81 | 0.89 | 0.47 |
| Hex | D | E1 | 88 | 5E | 0 | 28 | C | 9B | 59 | 2F |
| Octal | 15 | 341 | 210 | 136 | 0 | 50 | 14 | 233 | 131 | 57 |
| Binary | 1101 | 11100001 | 10001000 | 1011110 | 0 | 101000 | 1100 | 10011011 | 1011001 | 101111 |
Color Harmonies of #0DE188
Complementary color
Monochromatic Colors of #0DE188
Black with #0DE188
Text Example
Text Example
White with #0DE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE188; }
p { color: rgb(13,225,136); }
H1.HeaderClassName
{
color: #0DE188;
}
.AnyTagClassName
{
color: #0DE188;
}
</style>
background-color css
<style>
a { background-color: #0DE188; }
a { background-color: rgb(13,225,136); }
div.DivClassName
{
background-color: #0DE188;
}
.BgClassName
{
background-color: #0DE188;
}
</style>
border-color css
<style>
span { border-color: #0DE188; }
span { border-color: rgb(13,225,136); }
td.TdClassName
{
border-color: #0DE188;
}
.TagClassName
{
border-color: #0DE188;
}
</style>