Shades of Ocean Green #4DB776
Tints of Ocean Green #4DB776
RGB
CMYK
RGB Variations
Color information
#4DB776 (or 0x4DB776) is known color: Ocean Green. HEX triplet: 4D, B7 and 76. RGB value is (77,183,118). Sum of RGB (Red+Green+Blue) = 77+183+118=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB776 is #B24889. Grayscale: #909090. Windows color (decimal): -11683978 or 7780173. OLE color: 7780173.
HSL color Cylindrical-coordinate representation of color #4DB776: hue angle of 143.21º degrees, saturation: 0.42, 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 #4DB776 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 118 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.28 |
| HSL | 143.21º | 0.42% | 0.51% | - |
| HSV(B) | 143.21º | 0.58% | 0.72% | - |
| XYZ | 23.26 | 36.75 | 23.01 | - |
| YUV | 143.9 | 113.38 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 118 | 0.58 | 0 | 0.36 | 0.28 | 143.21 | 0.42 | 0.51 |
| Hex | 4D | B7 | 76 | 3A | 0 | 24 | 1C | 8F | 2A | 33 |
| Octal | 115 | 267 | 166 | 72 | 0 | 44 | 34 | 217 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1110110 | 111010 | 0 | 100100 | 11100 | 10001111 | 101010 | 110011 |
Color Harmonies of #4DB776
Complementary color
Monochromatic Colors of #4DB776
Black with #4DB776
Text Example
Text Example
White with #4DB776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB776; }
p { color: rgb(77,183,118); }
H1.HeaderClassName
{
color: #4DB776;
}
.AnyTagClassName
{
color: #4DB776;
}
</style>
background-color css
<style>
a { background-color: #4DB776; }
a { background-color: rgb(77,183,118); }
div.DivClassName
{
background-color: #4DB776;
}
.BgClassName
{
background-color: #4DB776;
}
</style>
border-color css
<style>
span { border-color: #4DB776; }
span { border-color: rgb(77,183,118); }
td.TdClassName
{
border-color: #4DB776;
}
.TagClassName
{
border-color: #4DB776;
}
</style>