Shades of Ocean Green #4DB884
Tints of Ocean Green #4DB884
RGB
CMYK
RGB Variations
Color information
#4DB884 (or 0x4DB884) is known color: Ocean Green. HEX triplet: 4D, B8 and 84. RGB value is (77,184,132). Sum of RGB (Red+Green+Blue) = 77+184+132=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB884 is #B2477B. Grayscale: #929292. Windows color (decimal): -11683708 or 8697933. OLE color: 8697933.
HSL color Cylindrical-coordinate representation of color #4DB884: hue angle of 150.84º 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 #4DB884 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 132 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.28 |
| HSL | 150.84º | 0.43% | 0.51% | - |
| HSV(B) | 150.84º | 0.58% | 0.72% | - |
| XYZ | 24.37 | 37.52 | 27.79 | - |
| YUV | 146.08 | 120.05 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 132 | 0.58 | 0 | 0.28 | 0.28 | 150.84 | 0.43 | 0.51 |
| Hex | 4D | B8 | 84 | 3A | 0 | 1C | 1C | 97 | 2B | 33 |
| Octal | 115 | 270 | 204 | 72 | 0 | 34 | 34 | 227 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10000100 | 111010 | 0 | 11100 | 11100 | 10010111 | 101011 | 110011 |
Color Harmonies of #4DB884
Complementary color
Monochromatic Colors of #4DB884
Black with #4DB884
Text Example
Text Example
White with #4DB884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB884; }
p { color: rgb(77,184,132); }
H1.HeaderClassName
{
color: #4DB884;
}
.AnyTagClassName
{
color: #4DB884;
}
</style>
background-color css
<style>
a { background-color: #4DB884; }
a { background-color: rgb(77,184,132); }
div.DivClassName
{
background-color: #4DB884;
}
.BgClassName
{
background-color: #4DB884;
}
</style>
border-color css
<style>
span { border-color: #4DB884; }
span { border-color: rgb(77,184,132); }
td.TdClassName
{
border-color: #4DB884;
}
.TagClassName
{
border-color: #4DB884;
}
</style>