Shades of Caribbean Green #0DD997
Tints of Caribbean Green #0DD997
RGB
CMYK
RGB Variations
Color information
#0DD997 (or 0x0DD997) is known color: Caribbean Green. HEX triplet: 0D, D9 and 97. RGB value is (13,217,151). Sum of RGB (Red+Green+Blue) = 13+217+151=381 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.41% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD997 is #F22668. Grayscale: #949494. Windows color (decimal): -15869545 or 9951501. OLE color: 9951501.
HSL color Cylindrical-coordinate representation of color #0DD997: hue angle of 160.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD997 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 217 | 151 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.15 |
| HSL | 160.59º | 0.89% | 0.45% | - |
| HSV(B) | 160.59º | 0.94% | 0.85% | - |
| XYZ | 30.56 | 51.95 | 37.69 | - |
| YUV | 148.48 | 129.41 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 151 | 0.94 | 0 | 0.30 | 0.15 | 160.59 | 0.89 | 0.45 |
| Hex | D | D9 | 97 | 5E | 0 | 1E | F | A1 | 59 | 2D |
| Octal | 15 | 331 | 227 | 136 | 0 | 36 | 17 | 241 | 131 | 55 |
| Binary | 1101 | 11011001 | 10010111 | 1011110 | 0 | 11110 | 1111 | 10100001 | 1011001 | 101101 |
Color Harmonies of #0DD997
Complementary color
Monochromatic Colors of #0DD997
Black with #0DD997
Text Example
Text Example
White with #0DD997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD997; }
p { color: rgb(13,217,151); }
H1.HeaderClassName
{
color: #0DD997;
}
.AnyTagClassName
{
color: #0DD997;
}
</style>
background-color css
<style>
a { background-color: #0DD997; }
a { background-color: rgb(13,217,151); }
div.DivClassName
{
background-color: #0DD997;
}
.BgClassName
{
background-color: #0DD997;
}
</style>
border-color css
<style>
span { border-color: #0DD997; }
span { border-color: rgb(13,217,151); }
td.TdClassName
{
border-color: #0DD997;
}
.TagClassName
{
border-color: #0DD997;
}
</style>