Shades of Caribbean Green #0DDB83
Tints of Caribbean Green #0DDB83
RGB
CMYK
RGB Variations
Color information
#0DDB83 (or 0x0DDB83) is known color: Caribbean Green. HEX triplet: 0D, DB and 83. RGB value is (13,219,131). Sum of RGB (Red+Green+Blue) = 13+219+131=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 219 (85.94% from 255 or 60.33% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB83 is #F2247C. Grayscale: #939393. Windows color (decimal): -15869053 or 8641293. OLE color: 8641293.
HSL color Cylindrical-coordinate representation of color #0DDB83: hue angle of 154.37º 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 #0DDB83 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 131 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.14 |
| HSL | 154.37º | 0.89% | 0.45% | - |
| HSV(B) | 154.37º | 0.94% | 0.86% | - |
| XYZ | 29.59 | 52.39 | 30.02 | - |
| YUV | 147.37 | 118.75 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 131 | 0.94 | 0 | 0.40 | 0.14 | 154.37 | 0.89 | 0.45 |
| Hex | D | DB | 83 | 5E | 0 | 28 | E | 9A | 59 | 2D |
| Octal | 15 | 333 | 203 | 136 | 0 | 50 | 16 | 232 | 131 | 55 |
| Binary | 1101 | 11011011 | 10000011 | 1011110 | 0 | 101000 | 1110 | 10011010 | 1011001 | 101101 |
Color Harmonies of #0DDB83
Complementary color
Monochromatic Colors of #0DDB83
Black with #0DDB83
Text Example
Text Example
White with #0DDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB83; }
p { color: rgb(13,219,131); }
H1.HeaderClassName
{
color: #0DDB83;
}
.AnyTagClassName
{
color: #0DDB83;
}
</style>
background-color css
<style>
a { background-color: #0DDB83; }
a { background-color: rgb(13,219,131); }
div.DivClassName
{
background-color: #0DDB83;
}
.BgClassName
{
background-color: #0DDB83;
}
</style>
border-color css
<style>
span { border-color: #0DDB83; }
span { border-color: rgb(13,219,131); }
td.TdClassName
{
border-color: #0DDB83;
}
.TagClassName
{
border-color: #0DDB83;
}
</style>