Shades of Caribbean Green #0ED58B
Tints of Caribbean Green #0ED58B
RGB
CMYK
RGB Variations
Color information
#0ED58B (or 0x0ED58B) is known color: Caribbean Green. HEX triplet: 0E, D5 and 8B. RGB value is (14,213,139). Sum of RGB (Red+Green+Blue) = 14+213+139=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED58B is #F12A74. Grayscale: #919191. Windows color (decimal): -15805045 or 9164046. OLE color: 9164046.
HSL color Cylindrical-coordinate representation of color #0ED58B: hue angle of 157.69º 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 #0ED58B is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 139 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.16 |
| HSL | 157.69º | 0.88% | 0.45% | - |
| HSV(B) | 157.69º | 0.93% | 0.84% | - |
| XYZ | 28.64 | 49.55 | 32.48 | - |
| YUV | 145.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 139 | 0.93 | 0 | 0.35 | 0.16 | 157.69 | 0.88 | 0.45 |
| Hex | E | D5 | 8B | 5D | 0 | 23 | 10 | 9E | 58 | 2D |
| Octal | 16 | 325 | 213 | 135 | 0 | 43 | 20 | 236 | 130 | 55 |
| Binary | 1110 | 11010101 | 10001011 | 1011101 | 0 | 100011 | 10000 | 10011110 | 1011000 | 101101 |
Color Harmonies of #0ED58B
Complementary color
Monochromatic Colors of #0ED58B
Black with #0ED58B
Text Example
Text Example
White with #0ED58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED58B; }
p { color: rgb(14,213,139); }
H1.HeaderClassName
{
color: #0ED58B;
}
.AnyTagClassName
{
color: #0ED58B;
}
</style>
background-color css
<style>
a { background-color: #0ED58B; }
a { background-color: rgb(14,213,139); }
div.DivClassName
{
background-color: #0ED58B;
}
.BgClassName
{
background-color: #0ED58B;
}
</style>
border-color css
<style>
span { border-color: #0ED58B; }
span { border-color: rgb(14,213,139); }
td.TdClassName
{
border-color: #0ED58B;
}
.TagClassName
{
border-color: #0ED58B;
}
</style>