Shades of Caribbean Green #0DD781
Tints of Caribbean Green #0DD781
RGB
CMYK
RGB Variations
Color information
#0DD781 (or 0x0DD781) is known color: Caribbean Green. HEX triplet: 0D, D7 and 81. RGB value is (13,215,129). Sum of RGB (Red+Green+Blue) = 13+215+129=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 215 (84.38% from 255 or 60.22% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD781 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD781 is #F2287E. Grayscale: #909090. Windows color (decimal): -15870079 or 8509197. OLE color: 8509197.
HSL color Cylindrical-coordinate representation of color #0DD781: hue angle of 154.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD781 is Cyan = 0.94, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 129 | - |
| CMYK | 0.94 | 0 | 0.4 | 0.16 |
| HSL | 154.46º | 0.89% | 0.45% | - |
| HSV(B) | 154.46º | 0.94% | 0.84% | - |
| XYZ | 28.43 | 50.27 | 28.97 | - |
| YUV | 144.8 | 119.08 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 129 | 0.94 | 0 | 0.4 | 0.16 | 154.46 | 0.89 | 0.45 |
| Hex | D | D7 | 81 | 5E | 0 | 28 | 10 | 9A | 59 | 2D |
| Octal | 15 | 327 | 201 | 136 | 0 | 50 | 20 | 232 | 131 | 55 |
| Binary | 1101 | 11010111 | 10000001 | 1011110 | 0 | 101000 | 10000 | 10011010 | 1011001 | 101101 |
Color Harmonies of #0DD781
Complementary color
Monochromatic Colors of #0DD781
Black with #0DD781
Text Example
Text Example
White with #0DD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD781; }
p { color: rgb(13,215,129); }
H1.HeaderClassName
{
color: #0DD781;
}
.AnyTagClassName
{
color: #0DD781;
}
</style>
background-color css
<style>
a { background-color: #0DD781; }
a { background-color: rgb(13,215,129); }
div.DivClassName
{
background-color: #0DD781;
}
.BgClassName
{
background-color: #0DD781;
}
</style>
border-color css
<style>
span { border-color: #0DD781; }
span { border-color: rgb(13,215,129); }
td.TdClassName
{
border-color: #0DD781;
}
.TagClassName
{
border-color: #0DD781;
}
</style>