Shades of Ocean Green #4DB87D
Tints of Ocean Green #4DB87D
RGB
CMYK
RGB Variations
Color information
#4DB87D (or 0x4DB87D) is known color: Ocean Green. HEX triplet: 4D, B8 and 7D. RGB value is (77,184,125). Sum of RGB (Red+Green+Blue) = 77+184+125=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB87D is #B24782. Grayscale: #919191. Windows color (decimal): -11683715 or 8239181. OLE color: 8239181.
HSL color Cylindrical-coordinate representation of color #4DB87D: hue angle of 146.92º 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 #4DB87D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 125 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.28 |
| HSL | 146.92º | 0.43% | 0.51% | - |
| HSV(B) | 146.92º | 0.58% | 0.72% | - |
| XYZ | 23.9 | 37.34 | 25.35 | - |
| YUV | 145.28 | 116.55 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 125 | 0.58 | 0 | 0.32 | 0.28 | 146.92 | 0.43 | 0.51 |
| Hex | 4D | B8 | 7D | 3A | 0 | 20 | 1C | 93 | 2B | 33 |
| Octal | 115 | 270 | 175 | 72 | 0 | 40 | 34 | 223 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1111101 | 111010 | 0 | 100000 | 11100 | 10010011 | 101011 | 110011 |
Color Harmonies of #4DB87D
Complementary color
Monochromatic Colors of #4DB87D
Black with #4DB87D
Text Example
Text Example
White with #4DB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB87D; }
p { color: rgb(77,184,125); }
H1.HeaderClassName
{
color: #4DB87D;
}
.AnyTagClassName
{
color: #4DB87D;
}
</style>
background-color css
<style>
a { background-color: #4DB87D; }
a { background-color: rgb(77,184,125); }
div.DivClassName
{
background-color: #4DB87D;
}
.BgClassName
{
background-color: #4DB87D;
}
</style>
border-color css
<style>
span { border-color: #4DB87D; }
span { border-color: rgb(77,184,125); }
td.TdClassName
{
border-color: #4DB87D;
}
.TagClassName
{
border-color: #4DB87D;
}
</style>