Shades of Ocean Green #4DB773
Tints of Ocean Green #4DB773
RGB
CMYK
RGB Variations
Color information
#4DB773 (or 0x4DB773) is known color: Ocean Green. HEX triplet: 4D, B7 and 73. RGB value is (77,183,115). Sum of RGB (Red+Green+Blue) = 77+183+115=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB773 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB773 is #B2488C. Grayscale: #8F8F8F. Windows color (decimal): -11683981 or 7583565. OLE color: 7583565.
HSL color Cylindrical-coordinate representation of color #4DB773: hue angle of 141.51º 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 #4DB773 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 115 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.28 |
| HSL | 141.51º | 0.42% | 0.51% | - |
| HSV(B) | 141.51º | 0.58% | 0.72% | - |
| XYZ | 23.09 | 36.68 | 22.08 | - |
| YUV | 143.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 115 | 0.58 | 0 | 0.37 | 0.28 | 141.51 | 0.42 | 0.51 |
| Hex | 4D | B7 | 73 | 3A | 0 | 25 | 1C | 8E | 2A | 33 |
| Octal | 115 | 267 | 163 | 72 | 0 | 45 | 34 | 216 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1110011 | 111010 | 0 | 100101 | 11100 | 10001110 | 101010 | 110011 |
Color Harmonies of #4DB773
Complementary color
Monochromatic Colors of #4DB773
Black with #4DB773
Text Example
Text Example
White with #4DB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB773; }
p { color: rgb(77,183,115); }
H1.HeaderClassName
{
color: #4DB773;
}
.AnyTagClassName
{
color: #4DB773;
}
</style>
background-color css
<style>
a { background-color: #4DB773; }
a { background-color: rgb(77,183,115); }
div.DivClassName
{
background-color: #4DB773;
}
.BgClassName
{
background-color: #4DB773;
}
</style>
border-color css
<style>
span { border-color: #4DB773; }
span { border-color: rgb(77,183,115); }
td.TdClassName
{
border-color: #4DB773;
}
.TagClassName
{
border-color: #4DB773;
}
</style>