Shades of Ocean Green #4EB870
Tints of Ocean Green #4EB870
RGB
CMYK
RGB Variations
Color information
#4EB870 (or 0x4EB870) is known color: Ocean Green. HEX triplet: 4E, B8 and 70. RGB value is (78,184,112). Sum of RGB (Red+Green+Blue) = 78+184+112=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB870 is #B1478F. Grayscale: #909090. Windows color (decimal): -11618192 or 7387214. OLE color: 7387214.
HSL color Cylindrical-coordinate representation of color #4EB870: hue angle of 139.25º 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 #4EB870 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 184 | 112 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.28 |
| HSL | 139.25º | 0.43% | 0.51% | - |
| HSV(B) | 139.25º | 0.58% | 0.72% | - |
| XYZ | 23.21 | 37.07 | 21.26 | - |
| YUV | 144.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 112 | 0.58 | 0 | 0.39 | 0.28 | 139.25 | 0.43 | 0.51 |
| Hex | 4E | B8 | 70 | 3A | 0 | 27 | 1C | 8B | 2B | 33 |
| Octal | 116 | 270 | 160 | 72 | 0 | 47 | 34 | 213 | 53 | 63 |
| Binary | 1001110 | 10111000 | 1110000 | 111010 | 0 | 100111 | 11100 | 10001011 | 101011 | 110011 |
Color Harmonies of #4EB870
Complementary color
Monochromatic Colors of #4EB870
Black with #4EB870
Text Example
Text Example
White with #4EB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB870; }
p { color: rgb(78,184,112); }
H1.HeaderClassName
{
color: #4EB870;
}
.AnyTagClassName
{
color: #4EB870;
}
</style>
background-color css
<style>
a { background-color: #4EB870; }
a { background-color: rgb(78,184,112); }
div.DivClassName
{
background-color: #4EB870;
}
.BgClassName
{
background-color: #4EB870;
}
</style>
border-color css
<style>
span { border-color: #4EB870; }
span { border-color: rgb(78,184,112); }
td.TdClassName
{
border-color: #4EB870;
}
.TagClassName
{
border-color: #4EB870;
}
</style>