Shades of Caribbean Green #0DD985
Tints of Caribbean Green #0DD985
RGB
CMYK
RGB Variations
Color information
#0DD985 (or 0x0DD985) is known color: Caribbean Green. HEX triplet: 0D, D9 and 85. RGB value is (13,217,133). Sum of RGB (Red+Green+Blue) = 13+217+133=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD985 is #F2267A. Grayscale: #929292. Windows color (decimal): -15869563 or 8771853. OLE color: 8771853.
HSL color Cylindrical-coordinate representation of color #0DD985: hue angle of 155.29º 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 #0DD985 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 217 | 133 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.15 |
| HSL | 155.29º | 0.89% | 0.45% | - |
| HSV(B) | 155.29º | 0.94% | 0.85% | - |
| XYZ | 29.21 | 51.4 | 30.57 | - |
| YUV | 146.43 | 120.41 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 133 | 0.94 | 0 | 0.39 | 0.15 | 155.29 | 0.89 | 0.45 |
| Hex | D | D9 | 85 | 5E | 0 | 27 | F | 9B | 59 | 2D |
| Octal | 15 | 331 | 205 | 136 | 0 | 47 | 17 | 233 | 131 | 55 |
| Binary | 1101 | 11011001 | 10000101 | 1011110 | 0 | 100111 | 1111 | 10011011 | 1011001 | 101101 |
Color Harmonies of #0DD985
Complementary color
Monochromatic Colors of #0DD985
Black with #0DD985
Text Example
Text Example
White with #0DD985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD985; }
p { color: rgb(13,217,133); }
H1.HeaderClassName
{
color: #0DD985;
}
.AnyTagClassName
{
color: #0DD985;
}
</style>
background-color css
<style>
a { background-color: #0DD985; }
a { background-color: rgb(13,217,133); }
div.DivClassName
{
background-color: #0DD985;
}
.BgClassName
{
background-color: #0DD985;
}
</style>
border-color css
<style>
span { border-color: #0DD985; }
span { border-color: rgb(13,217,133); }
td.TdClassName
{
border-color: #0DD985;
}
.TagClassName
{
border-color: #0DD985;
}
</style>