Shades of Ocean Green #4EB86C
Tints of Ocean Green #4EB86C
RGB
CMYK
RGB Variations
Color information
#4EB86C (or 0x4EB86C) is known color: Ocean Green. HEX triplet: 4E, B8 and 6C. RGB value is (78,184,108). Sum of RGB (Red+Green+Blue) = 78+184+108=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB86C is #B14793. Grayscale: #8F8F8F. Windows color (decimal): -11618196 or 7125070. OLE color: 7125070.
HSL color Cylindrical-coordinate representation of color #4EB86C: hue angle of 136.98º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB86C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 184 | 108 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.28 |
| HSL | 136.98º | 0.43% | 0.51% | - |
| HSV(B) | 136.98º | 0.58% | 0.72% | - |
| XYZ | 22.99 | 36.98 | 20.11 | - |
| YUV | 143.64 | 107.88 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 108 | 0.58 | 0 | 0.41 | 0.28 | 136.98 | 0.43 | 0.51 |
| Hex | 4E | B8 | 6C | 3A | 0 | 29 | 1C | 89 | 2B | 33 |
| Octal | 116 | 270 | 154 | 72 | 0 | 51 | 34 | 211 | 53 | 63 |
| Binary | 1001110 | 10111000 | 1101100 | 111010 | 0 | 101001 | 11100 | 10001001 | 101011 | 110011 |
Color Harmonies of #4EB86C
Complementary color
Monochromatic Colors of #4EB86C
Black with #4EB86C
Text Example
Text Example
White with #4EB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB86C; }
p { color: rgb(78,184,108); }
H1.HeaderClassName
{
color: #4EB86C;
}
.AnyTagClassName
{
color: #4EB86C;
}
</style>
background-color css
<style>
a { background-color: #4EB86C; }
a { background-color: rgb(78,184,108); }
div.DivClassName
{
background-color: #4EB86C;
}
.BgClassName
{
background-color: #4EB86C;
}
</style>
border-color css
<style>
span { border-color: #4EB86C; }
span { border-color: rgb(78,184,108); }
td.TdClassName
{
border-color: #4EB86C;
}
.TagClassName
{
border-color: #4EB86C;
}
</style>