Shades of Caribbean Green #0DDA85
Tints of Caribbean Green #0DDA85
RGB
CMYK
RGB Variations
Color information
#0DDA85 (or 0x0DDA85) is known color: Caribbean Green. HEX triplet: 0D, DA and 85. RGB value is (13,218,133). Sum of RGB (Red+Green+Blue) = 13+218+133=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDA85 is #F2257A. Grayscale: #939393. Windows color (decimal): -15869307 or 8772109. OLE color: 8772109.
HSL color Cylindrical-coordinate representation of color #0DDA85: hue angle of 155.12º 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 #0DDA85 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 133 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.15 |
| HSL | 155.12º | 0.89% | 0.45% | - |
| HSV(B) | 155.12º | 0.94% | 0.85% | - |
| XYZ | 29.47 | 51.92 | 30.66 | - |
| YUV | 147.02 | 120.08 | 32.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 133 | 0.94 | 0 | 0.39 | 0.15 | 155.12 | 0.89 | 0.45 |
| Hex | D | DA | 85 | 5E | 0 | 27 | F | 9B | 59 | 2D |
| Octal | 15 | 332 | 205 | 136 | 0 | 47 | 17 | 233 | 131 | 55 |
| Binary | 1101 | 11011010 | 10000101 | 1011110 | 0 | 100111 | 1111 | 10011011 | 1011001 | 101101 |
Color Harmonies of #0DDA85
Complementary color
Monochromatic Colors of #0DDA85
Black with #0DDA85
Text Example
Text Example
White with #0DDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA85; }
p { color: rgb(13,218,133); }
H1.HeaderClassName
{
color: #0DDA85;
}
.AnyTagClassName
{
color: #0DDA85;
}
</style>
background-color css
<style>
a { background-color: #0DDA85; }
a { background-color: rgb(13,218,133); }
div.DivClassName
{
background-color: #0DDA85;
}
.BgClassName
{
background-color: #0DDA85;
}
</style>
border-color css
<style>
span { border-color: #0DDA85; }
span { border-color: rgb(13,218,133); }
td.TdClassName
{
border-color: #0DDA85;
}
.TagClassName
{
border-color: #0DDA85;
}
</style>