Shades of Ocean Green #4DB879
Tints of Ocean Green #4DB879
RGB
CMYK
RGB Variations
Color information
#4DB879 (or 0x4DB879) is known color: Ocean Green. HEX triplet: 4D, B8 and 79. RGB value is (77,184,121). Sum of RGB (Red+Green+Blue) = 77+184+121=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB879 is #B24786. Grayscale: #909090. Windows color (decimal): -11683719 or 7977037. OLE color: 7977037.
HSL color Cylindrical-coordinate representation of color #4DB879: hue angle of 144.67º 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 #4DB879 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 121 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.28 |
| HSL | 144.67º | 0.43% | 0.51% | - |
| HSV(B) | 144.67º | 0.58% | 0.72% | - |
| XYZ | 23.65 | 37.24 | 24.03 | - |
| YUV | 144.83 | 114.55 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 121 | 0.58 | 0 | 0.34 | 0.28 | 144.67 | 0.43 | 0.51 |
| Hex | 4D | B8 | 79 | 3A | 0 | 22 | 1C | 91 | 2B | 33 |
| Octal | 115 | 270 | 171 | 72 | 0 | 42 | 34 | 221 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1111001 | 111010 | 0 | 100010 | 11100 | 10010001 | 101011 | 110011 |
Color Harmonies of #4DB879
Complementary color
Monochromatic Colors of #4DB879
Black with #4DB879
Text Example
Text Example
White with #4DB879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB879; }
p { color: rgb(77,184,121); }
H1.HeaderClassName
{
color: #4DB879;
}
.AnyTagClassName
{
color: #4DB879;
}
</style>
background-color css
<style>
a { background-color: #4DB879; }
a { background-color: rgb(77,184,121); }
div.DivClassName
{
background-color: #4DB879;
}
.BgClassName
{
background-color: #4DB879;
}
</style>
border-color css
<style>
span { border-color: #4DB879; }
span { border-color: rgb(77,184,121); }
td.TdClassName
{
border-color: #4DB879;
}
.TagClassName
{
border-color: #4DB879;
}
</style>