Shades of Caribbean Green #0CDF94
Tints of Caribbean Green #0CDF94
RGB
CMYK
RGB Variations
Color information
#0CDF94 (or 0x0CDF94) is known color: Caribbean Green. HEX triplet: 0C, DF and 94. RGB value is (12,223,148). Sum of RGB (Red+Green+Blue) = 12+223+148=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDF94 is #F3206B. Grayscale: #979797. Windows color (decimal): -15933548 or 9756428. OLE color: 9756428.
HSL color Cylindrical-coordinate representation of color #0CDF94: hue angle of 158.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF94 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 148 | - |
| CMYK | 0.95 | 0 | 0.34 | 0.13 |
| HSL | 158.67º | 0.9% | 0.46% | - |
| HSV(B) | 158.67º | 0.95% | 0.87% | - |
| XYZ | 31.88 | 54.99 | 36.95 | - |
| YUV | 151.36 | 126.1 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 148 | 0.95 | 0 | 0.34 | 0.13 | 158.67 | 0.9 | 0.46 |
| Hex | C | DF | 94 | 5F | 0 | 22 | D | 9F | 5A | 2E |
| Octal | 14 | 337 | 224 | 137 | 0 | 42 | 15 | 237 | 132 | 56 |
| Binary | 1100 | 11011111 | 10010100 | 1011111 | 0 | 100010 | 1101 | 10011111 | 1011010 | 101110 |
Color Harmonies of #0CDF94
Complementary color
Monochromatic Colors of #0CDF94
Black with #0CDF94
Text Example
Text Example
White with #0CDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDF94; }
p { color: rgb(12,223,148); }
H1.HeaderClassName
{
color: #0CDF94;
}
.AnyTagClassName
{
color: #0CDF94;
}
</style>
background-color css
<style>
a { background-color: #0CDF94; }
a { background-color: rgb(12,223,148); }
div.DivClassName
{
background-color: #0CDF94;
}
.BgClassName
{
background-color: #0CDF94;
}
</style>
border-color css
<style>
span { border-color: #0CDF94; }
span { border-color: rgb(12,223,148); }
td.TdClassName
{
border-color: #0CDF94;
}
.TagClassName
{
border-color: #0CDF94;
}
</style>