Shades of Caribbean Green #0CDA85
Tints of Caribbean Green #0CDA85
RGB
CMYK
RGB Variations
Color information
#0CDA85 (or 0x0CDA85) is known color: Caribbean Green. HEX triplet: 0C, DA and 85. RGB value is (12,218,133). Sum of RGB (Red+Green+Blue) = 12+218+133=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDA85 is #F3257A. Grayscale: #929292. Windows color (decimal): -15934843 or 8772108. OLE color: 8772108.
HSL color Cylindrical-coordinate representation of color #0CDA85: hue angle of 155.24º degrees, saturation: 0.9, 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 #0CDA85 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 218 | 133 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.15 |
| HSL | 155.24º | 0.9% | 0.45% | - |
| HSV(B) | 155.24º | 0.94% | 0.85% | - |
| XYZ | 29.46 | 51.91 | 30.66 | - |
| YUV | 146.72 | 120.25 | 31.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 218 | 133 | 0.94 | 0 | 0.39 | 0.15 | 155.24 | 0.9 | 0.45 |
| Hex | C | DA | 85 | 5E | 0 | 27 | F | 9B | 5A | 2D |
| Octal | 14 | 332 | 205 | 136 | 0 | 47 | 17 | 233 | 132 | 55 |
| Binary | 1100 | 11011010 | 10000101 | 1011110 | 0 | 100111 | 1111 | 10011011 | 1011010 | 101101 |
Color Harmonies of #0CDA85
Complementary color
Monochromatic Colors of #0CDA85
Black with #0CDA85
Text Example
Text Example
White with #0CDA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDA85; }
p { color: rgb(12,218,133); }
H1.HeaderClassName
{
color: #0CDA85;
}
.AnyTagClassName
{
color: #0CDA85;
}
</style>
background-color css
<style>
a { background-color: #0CDA85; }
a { background-color: rgb(12,218,133); }
div.DivClassName
{
background-color: #0CDA85;
}
.BgClassName
{
background-color: #0CDA85;
}
</style>
border-color css
<style>
span { border-color: #0CDA85; }
span { border-color: rgb(12,218,133); }
td.TdClassName
{
border-color: #0CDA85;
}
.TagClassName
{
border-color: #0CDA85;
}
</style>