Shades of Caribbean Green #0CD57D
Tints of Caribbean Green #0CD57D
RGB
CMYK
RGB Variations
Color information
#0CD57D (or 0x0CD57D) is known color: Caribbean Green. HEX triplet: 0C, D5 and 7D. RGB value is (12,213,125). Sum of RGB (Red+Green+Blue) = 12+213+125=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD57D is #F32A82. Grayscale: #8F8F8F. Windows color (decimal): -15936131 or 8246540. OLE color: 8246540.
HSL color Cylindrical-coordinate representation of color #0CD57D: hue angle of 153.73º degrees, saturation: 0.89, 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 #0CD57D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 125 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.16 |
| HSL | 153.73º | 0.89% | 0.44% | - |
| HSV(B) | 153.73º | 0.94% | 0.84% | - |
| XYZ | 27.65 | 49.15 | 27.43 | - |
| YUV | 142.87 | 117.91 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 125 | 0.94 | 0 | 0.41 | 0.16 | 153.73 | 0.89 | 0.44 |
| Hex | C | D5 | 7D | 5E | 0 | 29 | 10 | 9A | 59 | 2C |
| Octal | 14 | 325 | 175 | 136 | 0 | 51 | 20 | 232 | 131 | 54 |
| Binary | 1100 | 11010101 | 1111101 | 1011110 | 0 | 101001 | 10000 | 10011010 | 1011001 | 101100 |
Color Harmonies of #0CD57D
Complementary color
Monochromatic Colors of #0CD57D
Black with #0CD57D
Text Example
Text Example
White with #0CD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD57D; }
p { color: rgb(12,213,125); }
H1.HeaderClassName
{
color: #0CD57D;
}
.AnyTagClassName
{
color: #0CD57D;
}
</style>
background-color css
<style>
a { background-color: #0CD57D; }
a { background-color: rgb(12,213,125); }
div.DivClassName
{
background-color: #0CD57D;
}
.BgClassName
{
background-color: #0CD57D;
}
</style>
border-color css
<style>
span { border-color: #0CD57D; }
span { border-color: rgb(12,213,125); }
td.TdClassName
{
border-color: #0CD57D;
}
.TagClassName
{
border-color: #0CD57D;
}
</style>