Shades of Caribbean Green #0DD68E
Tints of Caribbean Green #0DD68E
RGB
CMYK
RGB Variations
Color information
#0DD68E (or 0x0DD68E) is known color: Caribbean Green. HEX triplet: 0D, D6 and 8E. RGB value is (13,214,142). Sum of RGB (Red+Green+Blue) = 13+214+142=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD68E is #F22971. Grayscale: #919191. Windows color (decimal): -15870322 or 9360909. OLE color: 9360909.
HSL color Cylindrical-coordinate representation of color #0DD68E: hue angle of 158.51º 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 #0DD68E is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 142 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.16 |
| HSL | 158.51º | 0.89% | 0.45% | - |
| HSV(B) | 158.51º | 0.94% | 0.84% | - |
| XYZ | 29.1 | 50.13 | 33.73 | - |
| YUV | 145.69 | 125.91 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 142 | 0.94 | 0 | 0.34 | 0.16 | 158.51 | 0.89 | 0.45 |
| Hex | D | D6 | 8E | 5E | 0 | 22 | 10 | 9F | 59 | 2D |
| Octal | 15 | 326 | 216 | 136 | 0 | 42 | 20 | 237 | 131 | 55 |
| Binary | 1101 | 11010110 | 10001110 | 1011110 | 0 | 100010 | 10000 | 10011111 | 1011001 | 101101 |
Color Harmonies of #0DD68E
Complementary color
Monochromatic Colors of #0DD68E
Black with #0DD68E
Text Example
Text Example
White with #0DD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD68E; }
p { color: rgb(13,214,142); }
H1.HeaderClassName
{
color: #0DD68E;
}
.AnyTagClassName
{
color: #0DD68E;
}
</style>
background-color css
<style>
a { background-color: #0DD68E; }
a { background-color: rgb(13,214,142); }
div.DivClassName
{
background-color: #0DD68E;
}
.BgClassName
{
background-color: #0DD68E;
}
</style>
border-color css
<style>
span { border-color: #0DD68E; }
span { border-color: rgb(13,214,142); }
td.TdClassName
{
border-color: #0DD68E;
}
.TagClassName
{
border-color: #0DD68E;
}
</style>