Shades of Caribbean Green #0DDC80
Tints of Caribbean Green #0DDC80
RGB
CMYK
RGB Variations
Color information
#0DDC80 (or 0x0DDC80) is known color: Caribbean Green. HEX triplet: 0D, DC and 80. RGB value is (13,220,128). Sum of RGB (Red+Green+Blue) = 13+220+128=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDC80 is #F2237F. Grayscale: #939393. Windows color (decimal): -15868800 or 8444941. OLE color: 8444941.
HSL color Cylindrical-coordinate representation of color #0DDC80: hue angle of 153.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC80 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 128 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.14 |
| HSL | 153.33º | 0.89% | 0.46% | - |
| HSV(B) | 153.33º | 0.94% | 0.86% | - |
| XYZ | 29.66 | 52.83 | 29.06 | - |
| YUV | 147.62 | 116.92 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 128 | 0.94 | 0 | 0.42 | 0.14 | 153.33 | 0.89 | 0.46 |
| Hex | D | DC | 80 | 5E | 0 | 2A | E | 99 | 59 | 2E |
| Octal | 15 | 334 | 200 | 136 | 0 | 52 | 16 | 231 | 131 | 56 |
| Binary | 1101 | 11011100 | 10000000 | 1011110 | 0 | 101010 | 1110 | 10011001 | 1011001 | 101110 |
Color Harmonies of #0DDC80
Complementary color
Monochromatic Colors of #0DDC80
Black with #0DDC80
Text Example
Text Example
White with #0DDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC80; }
p { color: rgb(13,220,128); }
H1.HeaderClassName
{
color: #0DDC80;
}
.AnyTagClassName
{
color: #0DDC80;
}
</style>
background-color css
<style>
a { background-color: #0DDC80; }
a { background-color: rgb(13,220,128); }
div.DivClassName
{
background-color: #0DDC80;
}
.BgClassName
{
background-color: #0DDC80;
}
</style>
border-color css
<style>
span { border-color: #0DDC80; }
span { border-color: rgb(13,220,128); }
td.TdClassName
{
border-color: #0DDC80;
}
.TagClassName
{
border-color: #0DDC80;
}
</style>