Shades of Caribbean Green #0DD58C
Tints of Caribbean Green #0DD58C
RGB
CMYK
RGB Variations
Color information
#0DD58C (or 0x0DD58C) is known color: Caribbean Green. HEX triplet: 0D, D5 and 8C. RGB value is (13,213,140). Sum of RGB (Red+Green+Blue) = 13+213+140=366 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.55% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD58C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD58C is #F22A73. Grayscale: #909090. Windows color (decimal): -15870580 or 9229581. OLE color: 9229581.
HSL color Cylindrical-coordinate representation of color #0DD58C: hue angle of 158.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD58C is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 140 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.16 |
| HSL | 158.1º | 0.88% | 0.44% | - |
| HSV(B) | 158.1º | 0.94% | 0.84% | - |
| XYZ | 28.69 | 49.57 | 32.87 | - |
| YUV | 144.88 | 125.24 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 140 | 0.94 | 0 | 0.34 | 0.16 | 158.1 | 0.88 | 0.44 |
| Hex | D | D5 | 8C | 5E | 0 | 22 | 10 | 9E | 58 | 2C |
| Octal | 15 | 325 | 214 | 136 | 0 | 42 | 20 | 236 | 130 | 54 |
| Binary | 1101 | 11010101 | 10001100 | 1011110 | 0 | 100010 | 10000 | 10011110 | 1011000 | 101100 |
Color Harmonies of #0DD58C
Complementary color
Monochromatic Colors of #0DD58C
Black with #0DD58C
Text Example
Text Example
White with #0DD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD58C; }
p { color: rgb(13,213,140); }
H1.HeaderClassName
{
color: #0DD58C;
}
.AnyTagClassName
{
color: #0DD58C;
}
</style>
background-color css
<style>
a { background-color: #0DD58C; }
a { background-color: rgb(13,213,140); }
div.DivClassName
{
background-color: #0DD58C;
}
.BgClassName
{
background-color: #0DD58C;
}
</style>
border-color css
<style>
span { border-color: #0DD58C; }
span { border-color: rgb(13,213,140); }
td.TdClassName
{
border-color: #0DD58C;
}
.TagClassName
{
border-color: #0DD58C;
}
</style>