Shades of Ocean Green #4DB87E
Tints of Ocean Green #4DB87E
RGB
CMYK
RGB Variations
Color information
#4DB87E (or 0x4DB87E) is known color: Ocean Green. HEX triplet: 4D, B8 and 7E. RGB value is (77,184,126). Sum of RGB (Red+Green+Blue) = 77+184+126=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB87E is #B24781. Grayscale: #919191. Windows color (decimal): -11683714 or 8304717. OLE color: 8304717.
HSL color Cylindrical-coordinate representation of color #4DB87E: hue angle of 147.48º 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 #4DB87E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 126 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.28 |
| HSL | 147.48º | 0.43% | 0.51% | - |
| HSV(B) | 147.48º | 0.58% | 0.72% | - |
| XYZ | 23.97 | 37.37 | 25.69 | - |
| YUV | 145.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 126 | 0.58 | 0 | 0.32 | 0.28 | 147.48 | 0.43 | 0.51 |
| Hex | 4D | B8 | 7E | 3A | 0 | 20 | 1C | 93 | 2B | 33 |
| Octal | 115 | 270 | 176 | 72 | 0 | 40 | 34 | 223 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1111110 | 111010 | 0 | 100000 | 11100 | 10010011 | 101011 | 110011 |
Color Harmonies of #4DB87E
Complementary color
Monochromatic Colors of #4DB87E
Black with #4DB87E
Text Example
Text Example
White with #4DB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB87E; }
p { color: rgb(77,184,126); }
H1.HeaderClassName
{
color: #4DB87E;
}
.AnyTagClassName
{
color: #4DB87E;
}
</style>
background-color css
<style>
a { background-color: #4DB87E; }
a { background-color: rgb(77,184,126); }
div.DivClassName
{
background-color: #4DB87E;
}
.BgClassName
{
background-color: #4DB87E;
}
</style>
border-color css
<style>
span { border-color: #4DB87E; }
span { border-color: rgb(77,184,126); }
td.TdClassName
{
border-color: #4DB87E;
}
.TagClassName
{
border-color: #4DB87E;
}
</style>