Shades of Caribbean Green #0ED57F
Tints of Caribbean Green #0ED57F
RGB
CMYK
RGB Variations
Color information
#0ED57F (or 0x0ED57F) is known color: Caribbean Green. HEX triplet: 0E, D5 and 7F. RGB value is (14,213,127). Sum of RGB (Red+Green+Blue) = 14+213+127=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED57F is #F12A80. Grayscale: #8F8F8F. Windows color (decimal): -15805057 or 8377614. OLE color: 8377614.
HSL color Cylindrical-coordinate representation of color #0ED57F: hue angle of 154.07º 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 #0ED57F is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 127 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.16 |
| HSL | 154.07º | 0.88% | 0.45% | - |
| HSV(B) | 154.07º | 0.93% | 0.84% | - |
| XYZ | 27.81 | 49.21 | 28.11 | - |
| YUV | 143.7 | 118.57 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 127 | 0.93 | 0 | 0.40 | 0.16 | 154.07 | 0.88 | 0.45 |
| Hex | E | D5 | 7F | 5D | 0 | 28 | 10 | 9A | 58 | 2D |
| Octal | 16 | 325 | 177 | 135 | 0 | 50 | 20 | 232 | 130 | 55 |
| Binary | 1110 | 11010101 | 1111111 | 1011101 | 0 | 101000 | 10000 | 10011010 | 1011000 | 101101 |
Color Harmonies of #0ED57F
Complementary color
Monochromatic Colors of #0ED57F
Black with #0ED57F
Text Example
Text Example
White with #0ED57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED57F; }
p { color: rgb(14,213,127); }
H1.HeaderClassName
{
color: #0ED57F;
}
.AnyTagClassName
{
color: #0ED57F;
}
</style>
background-color css
<style>
a { background-color: #0ED57F; }
a { background-color: rgb(14,213,127); }
div.DivClassName
{
background-color: #0ED57F;
}
.BgClassName
{
background-color: #0ED57F;
}
</style>
border-color css
<style>
span { border-color: #0ED57F; }
span { border-color: rgb(14,213,127); }
td.TdClassName
{
border-color: #0ED57F;
}
.TagClassName
{
border-color: #0ED57F;
}
</style>