Shades of Caribbean Green #0DCB84
Tints of Caribbean Green #0DCB84
RGB
CMYK
RGB Variations
Color information
#0DCB84 (or 0x0DCB84) is known color: Caribbean Green. HEX triplet: 0D, CB and 84. RGB value is (13,203,132). Sum of RGB (Red+Green+Blue) = 13+203+132=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #0DCB84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCB84 is #F2347B. Grayscale: #8A8A8A. Windows color (decimal): -15873148 or 8702733. OLE color: 8702733.
HSL color Cylindrical-coordinate representation of color #0DCB84: hue angle of 157.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCB84 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 13 | 203 | 132 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.20 |
| HSL | 157.58º | 0.88% | 0.42% | - |
| HSV(B) | 157.58º | 0.94% | 0.8% | - |
| XYZ | 25.69 | 44.46 | 29.06 | - |
| YUV | 138.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 132 | 0.94 | 0 | 0.35 | 0.20 | 157.58 | 0.88 | 0.42 |
| Hex | D | CB | 84 | 5E | 0 | 23 | 14 | 9E | 58 | 2A |
| Octal | 15 | 313 | 204 | 136 | 0 | 43 | 24 | 236 | 130 | 52 |
| Binary | 1101 | 11001011 | 10000100 | 1011110 | 0 | 100011 | 10100 | 10011110 | 1011000 | 101010 |
Color Harmonies of #0DCB84
Complementary color
Monochromatic Colors of #0DCB84
Black with #0DCB84
Text Example
Text Example
White with #0DCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCB84; }
p { color: rgb(13,203,132); }
H1.HeaderClassName
{
color: #0DCB84;
}
.AnyTagClassName
{
color: #0DCB84;
}
</style>
background-color css
<style>
a { background-color: #0DCB84; }
a { background-color: rgb(13,203,132); }
div.DivClassName
{
background-color: #0DCB84;
}
.BgClassName
{
background-color: #0DCB84;
}
</style>
border-color css
<style>
span { border-color: #0DCB84; }
span { border-color: rgb(13,203,132); }
td.TdClassName
{
border-color: #0DCB84;
}
.TagClassName
{
border-color: #0DCB84;
}
</style>