Shades of Caribbean Green #0DDB82
Tints of Caribbean Green #0DDB82
RGB
CMYK
RGB Variations
Color information
#0DDB82 (or 0x0DDB82) is known color: Caribbean Green. HEX triplet: 0D, DB and 82. RGB value is (13,219,130). Sum of RGB (Red+Green+Blue) = 13+219+130=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB82 is #F2247D. Grayscale: #939393. Windows color (decimal): -15869054 or 8575757. OLE color: 8575757.
HSL color Cylindrical-coordinate representation of color #0DDB82: hue angle of 154.08º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB82 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 130 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.14 |
| HSL | 154.08º | 0.89% | 0.45% | - |
| HSV(B) | 154.08º | 0.94% | 0.86% | - |
| XYZ | 29.53 | 52.36 | 29.67 | - |
| YUV | 147.26 | 118.25 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 130 | 0.94 | 0 | 0.41 | 0.14 | 154.08 | 0.89 | 0.45 |
| Hex | D | DB | 82 | 5E | 0 | 29 | E | 9A | 59 | 2D |
| Octal | 15 | 333 | 202 | 136 | 0 | 51 | 16 | 232 | 131 | 55 |
| Binary | 1101 | 11011011 | 10000010 | 1011110 | 0 | 101001 | 1110 | 10011010 | 1011001 | 101101 |
Color Harmonies of #0DDB82
Complementary color
Monochromatic Colors of #0DDB82
Black with #0DDB82
Text Example
Text Example
White with #0DDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB82; }
p { color: rgb(13,219,130); }
H1.HeaderClassName
{
color: #0DDB82;
}
.AnyTagClassName
{
color: #0DDB82;
}
</style>
background-color css
<style>
a { background-color: #0DDB82; }
a { background-color: rgb(13,219,130); }
div.DivClassName
{
background-color: #0DDB82;
}
.BgClassName
{
background-color: #0DDB82;
}
</style>
border-color css
<style>
span { border-color: #0DDB82; }
span { border-color: rgb(13,219,130); }
td.TdClassName
{
border-color: #0DDB82;
}
.TagClassName
{
border-color: #0DDB82;
}
</style>