Shades of Caribbean Green #0EDD84
Tints of Caribbean Green #0EDD84
RGB
CMYK
RGB Variations
Color information
#0EDD84 (or 0x0EDD84) is known color: Caribbean Green. HEX triplet: 0E, DD and 84. RGB value is (14,221,132). Sum of RGB (Red+Green+Blue) = 14+221+132=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDD84 is #F1227B. Grayscale: #959595. Windows color (decimal): -15803004 or 8707342. OLE color: 8707342.
HSL color Cylindrical-coordinate representation of color #0EDD84: hue angle of 154.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDD84 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 132 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.13 |
| HSL | 154.2º | 0.88% | 0.46% | - |
| HSV(B) | 154.2º | 0.94% | 0.87% | - |
| XYZ | 30.2 | 53.47 | 30.56 | - |
| YUV | 148.96 | 118.42 | 31.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 132 | 0.94 | 0 | 0.40 | 0.13 | 154.2 | 0.88 | 0.46 |
| Hex | E | DD | 84 | 5E | 0 | 28 | D | 9A | 58 | 2E |
| Octal | 16 | 335 | 204 | 136 | 0 | 50 | 15 | 232 | 130 | 56 |
| Binary | 1110 | 11011101 | 10000100 | 1011110 | 0 | 101000 | 1101 | 10011010 | 1011000 | 101110 |
Color Harmonies of #0EDD84
Complementary color
Monochromatic Colors of #0EDD84
Black with #0EDD84
Text Example
Text Example
White with #0EDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDD84; }
p { color: rgb(14,221,132); }
H1.HeaderClassName
{
color: #0EDD84;
}
.AnyTagClassName
{
color: #0EDD84;
}
</style>
background-color css
<style>
a { background-color: #0EDD84; }
a { background-color: rgb(14,221,132); }
div.DivClassName
{
background-color: #0EDD84;
}
.BgClassName
{
background-color: #0EDD84;
}
</style>
border-color css
<style>
span { border-color: #0EDD84; }
span { border-color: rgb(14,221,132); }
td.TdClassName
{
border-color: #0EDD84;
}
.TagClassName
{
border-color: #0EDD84;
}
</style>