Shades of Caribbean Green #0CD78B
Tints of Caribbean Green #0CD78B
RGB
CMYK
RGB Variations
Color information
#0CD78B (or 0x0CD78B) is known color: Caribbean Green. HEX triplet: 0C, D7 and 8B. RGB value is (12,215,139). Sum of RGB (Red+Green+Blue) = 12+215+139=366 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.28% from 366); Green value is 215 (84.38% from 255 or 58.74% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD78B is #F32874. Grayscale: #919191. Windows color (decimal): -15935605 or 9164556. OLE color: 9164556.
HSL color Cylindrical-coordinate representation of color #0CD78B: hue angle of 157.54º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD78B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 215 | 139 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.16 |
| HSL | 157.54º | 0.89% | 0.45% | - |
| HSV(B) | 157.54º | 0.94% | 0.84% | - |
| XYZ | 29.11 | 50.54 | 32.65 | - |
| YUV | 145.64 | 124.25 | 32.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 215 | 139 | 0.94 | 0 | 0.35 | 0.16 | 157.54 | 0.89 | 0.45 |
| Hex | C | D7 | 8B | 5E | 0 | 23 | 10 | 9E | 59 | 2D |
| Octal | 14 | 327 | 213 | 136 | 0 | 43 | 20 | 236 | 131 | 55 |
| Binary | 1100 | 11010111 | 10001011 | 1011110 | 0 | 100011 | 10000 | 10011110 | 1011001 | 101101 |
Color Harmonies of #0CD78B
Complementary color
Monochromatic Colors of #0CD78B
Black with #0CD78B
Text Example
Text Example
White with #0CD78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD78B; }
p { color: rgb(12,215,139); }
H1.HeaderClassName
{
color: #0CD78B;
}
.AnyTagClassName
{
color: #0CD78B;
}
</style>
background-color css
<style>
a { background-color: #0CD78B; }
a { background-color: rgb(12,215,139); }
div.DivClassName
{
background-color: #0CD78B;
}
.BgClassName
{
background-color: #0CD78B;
}
</style>
border-color css
<style>
span { border-color: #0CD78B; }
span { border-color: rgb(12,215,139); }
td.TdClassName
{
border-color: #0CD78B;
}
.TagClassName
{
border-color: #0CD78B;
}
</style>