Shades of Caribbean Green #0CD881
Tints of Caribbean Green #0CD881
RGB
CMYK
RGB Variations
Color information
#0CD881 (or 0x0CD881) is known color: Caribbean Green. HEX triplet: 0C, D8 and 81. RGB value is (12,216,129). Sum of RGB (Red+Green+Blue) = 12+216+129=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD881 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD881 is #F3277E. Grayscale: #919191. Windows color (decimal): -15935359 or 8509452. OLE color: 8509452.
HSL color Cylindrical-coordinate representation of color #0CD881: hue angle of 154.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD881 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 216 | 129 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.15 |
| HSL | 154.41º | 0.89% | 0.45% | - |
| HSV(B) | 154.41º | 0.94% | 0.85% | - |
| XYZ | 28.67 | 50.77 | 29.06 | - |
| YUV | 145.09 | 118.91 | 33.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 216 | 129 | 0.94 | 0 | 0.40 | 0.15 | 154.41 | 0.89 | 0.45 |
| Hex | C | D8 | 81 | 5E | 0 | 28 | F | 9A | 59 | 2D |
| Octal | 14 | 330 | 201 | 136 | 0 | 50 | 17 | 232 | 131 | 55 |
| Binary | 1100 | 11011000 | 10000001 | 1011110 | 0 | 101000 | 1111 | 10011010 | 1011001 | 101101 |
Color Harmonies of #0CD881
Complementary color
Monochromatic Colors of #0CD881
Black with #0CD881
Text Example
Text Example
White with #0CD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD881; }
p { color: rgb(12,216,129); }
H1.HeaderClassName
{
color: #0CD881;
}
.AnyTagClassName
{
color: #0CD881;
}
</style>
background-color css
<style>
a { background-color: #0CD881; }
a { background-color: rgb(12,216,129); }
div.DivClassName
{
background-color: #0CD881;
}
.BgClassName
{
background-color: #0CD881;
}
</style>
border-color css
<style>
span { border-color: #0CD881; }
span { border-color: rgb(12,216,129); }
td.TdClassName
{
border-color: #0CD881;
}
.TagClassName
{
border-color: #0CD881;
}
</style>