Shades of Caribbean Green #0ED37C
Tints of Caribbean Green #0ED37C
RGB
CMYK
RGB Variations
Color information
#0ED37C (or 0x0ED37C) is known color: Caribbean Green. HEX triplet: 0E, D3 and 7C. RGB value is (14,211,124). Sum of RGB (Red+Green+Blue) = 14+211+124=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 211 (82.81% from 255 or 60.46% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED37C is #F12C83. Grayscale: #8E8E8E. Windows color (decimal): -15805572 or 8180494. OLE color: 8180494.
HSL color Cylindrical-coordinate representation of color #0ED37C: hue angle of 153.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED37C is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 124 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.17 |
| HSL | 153.5º | 0.88% | 0.44% | - |
| HSV(B) | 153.5º | 0.93% | 0.83% | - |
| XYZ | 27.11 | 48.14 | 26.93 | - |
| YUV | 142.18 | 117.73 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 124 | 0.93 | 0 | 0.41 | 0.17 | 153.5 | 0.88 | 0.44 |
| Hex | E | D3 | 7C | 5D | 0 | 29 | 11 | 9A | 58 | 2C |
| Octal | 16 | 323 | 174 | 135 | 0 | 51 | 21 | 232 | 130 | 54 |
| Binary | 1110 | 11010011 | 1111100 | 1011101 | 0 | 101001 | 10001 | 10011010 | 1011000 | 101100 |
Color Harmonies of #0ED37C
Complementary color
Monochromatic Colors of #0ED37C
Black with #0ED37C
Text Example
Text Example
White with #0ED37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED37C; }
p { color: rgb(14,211,124); }
H1.HeaderClassName
{
color: #0ED37C;
}
.AnyTagClassName
{
color: #0ED37C;
}
</style>
background-color css
<style>
a { background-color: #0ED37C; }
a { background-color: rgb(14,211,124); }
div.DivClassName
{
background-color: #0ED37C;
}
.BgClassName
{
background-color: #0ED37C;
}
</style>
border-color css
<style>
span { border-color: #0ED37C; }
span { border-color: rgb(14,211,124); }
td.TdClassName
{
border-color: #0ED37C;
}
.TagClassName
{
border-color: #0ED37C;
}
</style>