Shades of Caribbean Green #0CDB7D
Tints of Caribbean Green #0CDB7D
RGB
CMYK
RGB Variations
Color information
#0CDB7D (or 0x0CDB7D) is known color: Caribbean Green. HEX triplet: 0C, DB and 7D. RGB value is (12,219,125). Sum of RGB (Red+Green+Blue) = 12+219+125=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDB7D is #F32482. Grayscale: #929292. Windows color (decimal): -15934595 or 8248076. OLE color: 8248076.
HSL color Cylindrical-coordinate representation of color #0CDB7D: hue angle of 152.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB7D is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 219 | 125 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.14 |
| HSL | 152.75º | 0.9% | 0.45% | - |
| HSV(B) | 152.75º | 0.95% | 0.86% | - |
| XYZ | 29.18 | 52.22 | 27.94 | - |
| YUV | 146.39 | 115.92 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 219 | 125 | 0.95 | 0 | 0.43 | 0.14 | 152.75 | 0.9 | 0.45 |
| Hex | C | DB | 7D | 5F | 0 | 2B | E | 99 | 5A | 2D |
| Octal | 14 | 333 | 175 | 137 | 0 | 53 | 16 | 231 | 132 | 55 |
| Binary | 1100 | 11011011 | 1111101 | 1011111 | 0 | 101011 | 1110 | 10011001 | 1011010 | 101101 |
Color Harmonies of #0CDB7D
Complementary color
Monochromatic Colors of #0CDB7D
Black with #0CDB7D
Text Example
Text Example
White with #0CDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDB7D; }
p { color: rgb(12,219,125); }
H1.HeaderClassName
{
color: #0CDB7D;
}
.AnyTagClassName
{
color: #0CDB7D;
}
</style>
background-color css
<style>
a { background-color: #0CDB7D; }
a { background-color: rgb(12,219,125); }
div.DivClassName
{
background-color: #0CDB7D;
}
.BgClassName
{
background-color: #0CDB7D;
}
</style>
border-color css
<style>
span { border-color: #0CDB7D; }
span { border-color: rgb(12,219,125); }
td.TdClassName
{
border-color: #0CDB7D;
}
.TagClassName
{
border-color: #0CDB7D;
}
</style>