Shades of Caribbean Green #0DDA7D
Tints of Caribbean Green #0DDA7D
RGB
CMYK
RGB Variations
Color information
#0DDA7D (or 0x0DDA7D) is known color: Caribbean Green. HEX triplet: 0D, DA and 7D. RGB value is (13,218,125). Sum of RGB (Red+Green+Blue) = 13+218+125=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDA7D is #F22582. Grayscale: #929292. Windows color (decimal): -15869315 or 8247821. OLE color: 8247821.
HSL color Cylindrical-coordinate representation of color #0DDA7D: hue angle of 152.78º 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 #0DDA7D is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 125 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.15 |
| HSL | 152.78º | 0.89% | 0.45% | - |
| HSV(B) | 152.78º | 0.94% | 0.85% | - |
| XYZ | 28.94 | 51.71 | 27.86 | - |
| YUV | 146.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 125 | 0.94 | 0 | 0.43 | 0.15 | 152.78 | 0.89 | 0.45 |
| Hex | D | DA | 7D | 5E | 0 | 2B | F | 99 | 59 | 2D |
| Octal | 15 | 332 | 175 | 136 | 0 | 53 | 17 | 231 | 131 | 55 |
| Binary | 1101 | 11011010 | 1111101 | 1011110 | 0 | 101011 | 1111 | 10011001 | 1011001 | 101101 |
Color Harmonies of #0DDA7D
Complementary color
Monochromatic Colors of #0DDA7D
Black with #0DDA7D
Text Example
Text Example
White with #0DDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA7D; }
p { color: rgb(13,218,125); }
H1.HeaderClassName
{
color: #0DDA7D;
}
.AnyTagClassName
{
color: #0DDA7D;
}
</style>
background-color css
<style>
a { background-color: #0DDA7D; }
a { background-color: rgb(13,218,125); }
div.DivClassName
{
background-color: #0DDA7D;
}
.BgClassName
{
background-color: #0DDA7D;
}
</style>
border-color css
<style>
span { border-color: #0DDA7D; }
span { border-color: rgb(13,218,125); }
td.TdClassName
{
border-color: #0DDA7D;
}
.TagClassName
{
border-color: #0DDA7D;
}
</style>