Shades of Ocean Green #4DB883
Tints of Ocean Green #4DB883
RGB
CMYK
RGB Variations
Color information
#4DB883 (or 0x4DB883) is known color: Ocean Green. HEX triplet: 4D, B8 and 83. RGB value is (77,184,131). Sum of RGB (Red+Green+Blue) = 77+184+131=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB883 is #B2477C. Grayscale: #929292. Windows color (decimal): -11683709 or 8632397. OLE color: 8632397.
HSL color Cylindrical-coordinate representation of color #4DB883: hue angle of 150.28º 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 #4DB883 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 131 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.28 |
| HSL | 150.28º | 0.43% | 0.51% | - |
| HSV(B) | 150.28º | 0.58% | 0.72% | - |
| XYZ | 24.3 | 37.5 | 27.43 | - |
| YUV | 145.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 131 | 0.58 | 0 | 0.29 | 0.28 | 150.28 | 0.43 | 0.51 |
| Hex | 4D | B8 | 83 | 3A | 0 | 1D | 1C | 96 | 2B | 33 |
| Octal | 115 | 270 | 203 | 72 | 0 | 35 | 34 | 226 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10000011 | 111010 | 0 | 11101 | 11100 | 10010110 | 101011 | 110011 |
Color Harmonies of #4DB883
Complementary color
Monochromatic Colors of #4DB883
Black with #4DB883
Text Example
Text Example
White with #4DB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB883; }
p { color: rgb(77,184,131); }
H1.HeaderClassName
{
color: #4DB883;
}
.AnyTagClassName
{
color: #4DB883;
}
</style>
background-color css
<style>
a { background-color: #4DB883; }
a { background-color: rgb(77,184,131); }
div.DivClassName
{
background-color: #4DB883;
}
.BgClassName
{
background-color: #4DB883;
}
</style>
border-color css
<style>
span { border-color: #4DB883; }
span { border-color: rgb(77,184,131); }
td.TdClassName
{
border-color: #4DB883;
}
.TagClassName
{
border-color: #4DB883;
}
</style>