Shades of Caribbean Green #0CD07D
Tints of Caribbean Green #0CD07D
RGB
CMYK
RGB Variations
Color information
#0CD07D (or 0x0CD07D) is known color: Caribbean Green. HEX triplet: 0C, D0 and 7D. RGB value is (12,208,125). Sum of RGB (Red+Green+Blue) = 12+208+125=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD07D is #F32F82. Grayscale: #8C8C8C. Windows color (decimal): -15937411 or 8245260. OLE color: 8245260.
HSL color Cylindrical-coordinate representation of color #0CD07D: hue angle of 154.59º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD07D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 208 | 125 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.18 |
| HSL | 154.59º | 0.89% | 0.43% | - |
| HSV(B) | 154.59º | 0.94% | 0.82% | - |
| XYZ | 26.41 | 46.67 | 27.02 | - |
| YUV | 139.93 | 119.57 | 36.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 125 | 0.94 | 0 | 0.40 | 0.18 | 154.59 | 0.89 | 0.43 |
| Hex | C | D0 | 7D | 5E | 0 | 28 | 12 | 9B | 59 | 2B |
| Octal | 14 | 320 | 175 | 136 | 0 | 50 | 22 | 233 | 131 | 53 |
| Binary | 1100 | 11010000 | 1111101 | 1011110 | 0 | 101000 | 10010 | 10011011 | 1011001 | 101011 |
Color Harmonies of #0CD07D
Complementary color
Monochromatic Colors of #0CD07D
Black with #0CD07D
Text Example
Text Example
White with #0CD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD07D; }
p { color: rgb(12,208,125); }
H1.HeaderClassName
{
color: #0CD07D;
}
.AnyTagClassName
{
color: #0CD07D;
}
</style>
background-color css
<style>
a { background-color: #0CD07D; }
a { background-color: rgb(12,208,125); }
div.DivClassName
{
background-color: #0CD07D;
}
.BgClassName
{
background-color: #0CD07D;
}
</style>
border-color css
<style>
span { border-color: #0CD07D; }
span { border-color: rgb(12,208,125); }
td.TdClassName
{
border-color: #0CD07D;
}
.TagClassName
{
border-color: #0CD07D;
}
</style>