Shades of Ocean Green #4DB873
Tints of Ocean Green #4DB873
RGB
CMYK
RGB Variations
Color information
#4DB873 (or 0x4DB873) is known color: Ocean Green. HEX triplet: 4D, B8 and 73. RGB value is (77,184,115). Sum of RGB (Red+Green+Blue) = 77+184+115=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB873 is #B2478C. Grayscale: #909090. Windows color (decimal): -11683725 or 7583821. OLE color: 7583821.
HSL color Cylindrical-coordinate representation of color #4DB873: hue angle of 141.31º 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 #4DB873 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 115 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.28 |
| HSL | 141.31º | 0.43% | 0.51% | - |
| HSV(B) | 141.31º | 0.58% | 0.72% | - |
| XYZ | 23.3 | 37.1 | 22.15 | - |
| YUV | 144.14 | 111.55 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 115 | 0.58 | 0 | 0.38 | 0.28 | 141.31 | 0.43 | 0.51 |
| Hex | 4D | B8 | 73 | 3A | 0 | 26 | 1C | 8D | 2B | 33 |
| Octal | 115 | 270 | 163 | 72 | 0 | 46 | 34 | 215 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1110011 | 111010 | 0 | 100110 | 11100 | 10001101 | 101011 | 110011 |
Color Harmonies of #4DB873
Complementary color
Monochromatic Colors of #4DB873
Black with #4DB873
Text Example
Text Example
White with #4DB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB873; }
p { color: rgb(77,184,115); }
H1.HeaderClassName
{
color: #4DB873;
}
.AnyTagClassName
{
color: #4DB873;
}
</style>
background-color css
<style>
a { background-color: #4DB873; }
a { background-color: rgb(77,184,115); }
div.DivClassName
{
background-color: #4DB873;
}
.BgClassName
{
background-color: #4DB873;
}
</style>
border-color css
<style>
span { border-color: #4DB873; }
span { border-color: rgb(77,184,115); }
td.TdClassName
{
border-color: #4DB873;
}
.TagClassName
{
border-color: #4DB873;
}
</style>