Shades of Caribbean Green #0DDF8E
Tints of Caribbean Green #0DDF8E
RGB
CMYK
RGB Variations
Color information
#0DDF8E (or 0x0DDF8E) is known color: Caribbean Green. HEX triplet: 0D, DF and 8E. RGB value is (13,223,142). Sum of RGB (Red+Green+Blue) = 13+223+142=378 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.44% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDF8E is #F22071. Grayscale: #979797. Windows color (decimal): -15868018 or 9363213. OLE color: 9363213.
HSL color Cylindrical-coordinate representation of color #0DDF8E: hue angle of 156.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDF8E is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 142 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.13 |
| HSL | 156.86º | 0.89% | 0.46% | - |
| HSV(B) | 156.86º | 0.94% | 0.87% | - |
| XYZ | 31.44 | 54.81 | 34.51 | - |
| YUV | 150.98 | 122.93 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 142 | 0.94 | 0 | 0.36 | 0.13 | 156.86 | 0.89 | 0.46 |
| Hex | D | DF | 8E | 5E | 0 | 24 | D | 9D | 59 | 2E |
| Octal | 15 | 337 | 216 | 136 | 0 | 44 | 15 | 235 | 131 | 56 |
| Binary | 1101 | 11011111 | 10001110 | 1011110 | 0 | 100100 | 1101 | 10011101 | 1011001 | 101110 |
Color Harmonies of #0DDF8E
Complementary color
Monochromatic Colors of #0DDF8E
Black with #0DDF8E
Text Example
Text Example
White with #0DDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF8E; }
p { color: rgb(13,223,142); }
H1.HeaderClassName
{
color: #0DDF8E;
}
.AnyTagClassName
{
color: #0DDF8E;
}
</style>
background-color css
<style>
a { background-color: #0DDF8E; }
a { background-color: rgb(13,223,142); }
div.DivClassName
{
background-color: #0DDF8E;
}
.BgClassName
{
background-color: #0DDF8E;
}
</style>
border-color css
<style>
span { border-color: #0DDF8E; }
span { border-color: rgb(13,223,142); }
td.TdClassName
{
border-color: #0DDF8E;
}
.TagClassName
{
border-color: #0DDF8E;
}
</style>