Shades of Caribbean Green #0ED784
Tints of Caribbean Green #0ED784
RGB
CMYK
RGB Variations
Color information
#0ED784 (or 0x0ED784) is known color: Caribbean Green. HEX triplet: 0E, D7 and 84. RGB value is (14,215,132). Sum of RGB (Red+Green+Blue) = 14+215+132=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 215 (84.38% from 255 or 59.56% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED784 is #F1287B. Grayscale: #919191. Windows color (decimal): -15804540 or 8705806. OLE color: 8705806.
HSL color Cylindrical-coordinate representation of color #0ED784: hue angle of 155.22º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED784 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 132 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.16 |
| HSL | 155.22º | 0.88% | 0.45% | - |
| HSV(B) | 155.22º | 0.93% | 0.84% | - |
| XYZ | 28.65 | 50.36 | 30.04 | - |
| YUV | 145.44 | 120.41 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 132 | 0.93 | 0 | 0.39 | 0.16 | 155.22 | 0.88 | 0.45 |
| Hex | E | D7 | 84 | 5D | 0 | 27 | 10 | 9B | 58 | 2D |
| Octal | 16 | 327 | 204 | 135 | 0 | 47 | 20 | 233 | 130 | 55 |
| Binary | 1110 | 11010111 | 10000100 | 1011101 | 0 | 100111 | 10000 | 10011011 | 1011000 | 101101 |
Color Harmonies of #0ED784
Complementary color
Monochromatic Colors of #0ED784
Black with #0ED784
Text Example
Text Example
White with #0ED784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED784; }
p { color: rgb(14,215,132); }
H1.HeaderClassName
{
color: #0ED784;
}
.AnyTagClassName
{
color: #0ED784;
}
</style>
background-color css
<style>
a { background-color: #0ED784; }
a { background-color: rgb(14,215,132); }
div.DivClassName
{
background-color: #0ED784;
}
.BgClassName
{
background-color: #0ED784;
}
</style>
border-color css
<style>
span { border-color: #0ED784; }
span { border-color: rgb(14,215,132); }
td.TdClassName
{
border-color: #0ED784;
}
.TagClassName
{
border-color: #0ED784;
}
</style>