Shades of Caribbean Green #0ED77F
Tints of Caribbean Green #0ED77F
RGB
CMYK
RGB Variations
Color information
#0ED77F (or 0x0ED77F) is known color: Caribbean Green. HEX triplet: 0E, D7 and 7F. RGB value is (14,215,127). Sum of RGB (Red+Green+Blue) = 14+215+127=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED77F is #F12880. Grayscale: #919191. Windows color (decimal): -15804545 or 8378126. OLE color: 8378126.
HSL color Cylindrical-coordinate representation of color #0ED77F: hue angle of 153.73º 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 #0ED77F is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 127 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.16 |
| HSL | 153.73º | 0.88% | 0.45% | - |
| HSV(B) | 153.73º | 0.93% | 0.84% | - |
| XYZ | 28.31 | 50.23 | 28.28 | - |
| YUV | 144.87 | 117.91 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 127 | 0.93 | 0 | 0.41 | 0.16 | 153.73 | 0.88 | 0.45 |
| Hex | E | D7 | 7F | 5D | 0 | 29 | 10 | 9A | 58 | 2D |
| Octal | 16 | 327 | 177 | 135 | 0 | 51 | 20 | 232 | 130 | 55 |
| Binary | 1110 | 11010111 | 1111111 | 1011101 | 0 | 101001 | 10000 | 10011010 | 1011000 | 101101 |
Color Harmonies of #0ED77F
Complementary color
Monochromatic Colors of #0ED77F
Black with #0ED77F
Text Example
Text Example
White with #0ED77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED77F; }
p { color: rgb(14,215,127); }
H1.HeaderClassName
{
color: #0ED77F;
}
.AnyTagClassName
{
color: #0ED77F;
}
</style>
background-color css
<style>
a { background-color: #0ED77F; }
a { background-color: rgb(14,215,127); }
div.DivClassName
{
background-color: #0ED77F;
}
.BgClassName
{
background-color: #0ED77F;
}
</style>
border-color css
<style>
span { border-color: #0ED77F; }
span { border-color: rgb(14,215,127); }
td.TdClassName
{
border-color: #0ED77F;
}
.TagClassName
{
border-color: #0ED77F;
}
</style>