Shades of Caribbean Green #0ED287
Tints of Caribbean Green #0ED287
RGB
CMYK
RGB Variations
Color information
#0ED287 (or 0x0ED287) is known color: Caribbean Green. HEX triplet: 0E, D2 and 87. RGB value is (14,210,135). Sum of RGB (Red+Green+Blue) = 14+210+135=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 210 (82.42% from 255 or 58.50% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED287 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED287 is #F12D78. Grayscale: #8E8E8E. Windows color (decimal): -15805817 or 8901134. OLE color: 8901134.
HSL color Cylindrical-coordinate representation of color #0ED287: hue angle of 157.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED287 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 135 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.18 |
| HSL | 157.04º | 0.88% | 0.44% | - |
| HSV(B) | 157.04º | 0.93% | 0.82% | - |
| XYZ | 27.6 | 47.94 | 30.72 | - |
| YUV | 142.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 135 | 0.93 | 0 | 0.36 | 0.18 | 157.04 | 0.88 | 0.44 |
| Hex | E | D2 | 87 | 5D | 0 | 24 | 12 | 9D | 58 | 2C |
| Octal | 16 | 322 | 207 | 135 | 0 | 44 | 22 | 235 | 130 | 54 |
| Binary | 1110 | 11010010 | 10000111 | 1011101 | 0 | 100100 | 10010 | 10011101 | 1011000 | 101100 |
Color Harmonies of #0ED287
Complementary color
Monochromatic Colors of #0ED287
Black with #0ED287
Text Example
Text Example
White with #0ED287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED287; }
p { color: rgb(14,210,135); }
H1.HeaderClassName
{
color: #0ED287;
}
.AnyTagClassName
{
color: #0ED287;
}
</style>
background-color css
<style>
a { background-color: #0ED287; }
a { background-color: rgb(14,210,135); }
div.DivClassName
{
background-color: #0ED287;
}
.BgClassName
{
background-color: #0ED287;
}
</style>
border-color css
<style>
span { border-color: #0ED287; }
span { border-color: rgb(14,210,135); }
td.TdClassName
{
border-color: #0ED287;
}
.TagClassName
{
border-color: #0ED287;
}
</style>