Shades of Caribbean Green #0DD78D
Tints of Caribbean Green #0DD78D
RGB
CMYK
RGB Variations
Color information
#0DD78D (or 0x0DD78D) is known color: Caribbean Green. HEX triplet: 0D, D7 and 8D. RGB value is (13,215,141). Sum of RGB (Red+Green+Blue) = 13+215+141=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD78D is #F22872. Grayscale: #929292. Windows color (decimal): -15870067 or 9295629. OLE color: 9295629.
HSL color Cylindrical-coordinate representation of color #0DD78D: hue angle of 158.02º 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 #0DD78D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 215 | 141 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.16 |
| HSL | 158.02º | 0.89% | 0.45% | - |
| HSV(B) | 158.02º | 0.94% | 0.84% | - |
| XYZ | 29.27 | 50.61 | 33.43 | - |
| YUV | 146.17 | 125.08 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 215 | 141 | 0.94 | 0 | 0.34 | 0.16 | 158.02 | 0.89 | 0.45 |
| Hex | D | D7 | 8D | 5E | 0 | 22 | 10 | 9E | 59 | 2D |
| Octal | 15 | 327 | 215 | 136 | 0 | 42 | 20 | 236 | 131 | 55 |
| Binary | 1101 | 11010111 | 10001101 | 1011110 | 0 | 100010 | 10000 | 10011110 | 1011001 | 101101 |
Color Harmonies of #0DD78D
Complementary color
Monochromatic Colors of #0DD78D
Black with #0DD78D
Text Example
Text Example
White with #0DD78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD78D; }
p { color: rgb(13,215,141); }
H1.HeaderClassName
{
color: #0DD78D;
}
.AnyTagClassName
{
color: #0DD78D;
}
</style>
background-color css
<style>
a { background-color: #0DD78D; }
a { background-color: rgb(13,215,141); }
div.DivClassName
{
background-color: #0DD78D;
}
.BgClassName
{
background-color: #0DD78D;
}
</style>
border-color css
<style>
span { border-color: #0DD78D; }
span { border-color: rgb(13,215,141); }
td.TdClassName
{
border-color: #0DD78D;
}
.TagClassName
{
border-color: #0DD78D;
}
</style>