Shades of Ocean Green #4DB878
Tints of Ocean Green #4DB878
RGB
CMYK
RGB Variations
Color information
#4DB878 (or 0x4DB878) is known color: Ocean Green. HEX triplet: 4D, B8 and 78. RGB value is (77,184,120). Sum of RGB (Red+Green+Blue) = 77+184+120=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB878 is #B24787. Grayscale: #909090. Windows color (decimal): -11683720 or 7911501. OLE color: 7911501.
HSL color Cylindrical-coordinate representation of color #4DB878: hue angle of 144.11º 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 #4DB878 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 120 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.28 |
| HSL | 144.11º | 0.43% | 0.51% | - |
| HSV(B) | 144.11º | 0.58% | 0.72% | - |
| XYZ | 23.59 | 37.21 | 23.71 | - |
| YUV | 144.71 | 114.05 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 120 | 0.58 | 0 | 0.35 | 0.28 | 144.11 | 0.43 | 0.51 |
| Hex | 4D | B8 | 78 | 3A | 0 | 23 | 1C | 90 | 2B | 33 |
| Octal | 115 | 270 | 170 | 72 | 0 | 43 | 34 | 220 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1111000 | 111010 | 0 | 100011 | 11100 | 10010000 | 101011 | 110011 |
Color Harmonies of #4DB878
Complementary color
Monochromatic Colors of #4DB878
Black with #4DB878
Text Example
Text Example
White with #4DB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB878; }
p { color: rgb(77,184,120); }
H1.HeaderClassName
{
color: #4DB878;
}
.AnyTagClassName
{
color: #4DB878;
}
</style>
background-color css
<style>
a { background-color: #4DB878; }
a { background-color: rgb(77,184,120); }
div.DivClassName
{
background-color: #4DB878;
}
.BgClassName
{
background-color: #4DB878;
}
</style>
border-color css
<style>
span { border-color: #4DB878; }
span { border-color: rgb(77,184,120); }
td.TdClassName
{
border-color: #4DB878;
}
.TagClassName
{
border-color: #4DB878;
}
</style>