Shades of Ocean Green #4DB772
Tints of Ocean Green #4DB772
RGB
CMYK
RGB Variations
Color information
#4DB772 (or 0x4DB772) is known color: Ocean Green. HEX triplet: 4D, B7 and 72. RGB value is (77,183,114). Sum of RGB (Red+Green+Blue) = 77+183+114=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB772 is #B2488D. Grayscale: #8F8F8F. Windows color (decimal): -11683982 or 7518029. OLE color: 7518029.
HSL color Cylindrical-coordinate representation of color #4DB772: hue angle of 140.94º 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 #4DB772 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 114 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.28 |
| HSL | 140.94º | 0.42% | 0.51% | - |
| HSV(B) | 140.94º | 0.58% | 0.72% | - |
| XYZ | 23.03 | 36.66 | 21.78 | - |
| YUV | 143.44 | 111.38 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 114 | 0.58 | 0 | 0.38 | 0.28 | 140.94 | 0.42 | 0.51 |
| Hex | 4D | B7 | 72 | 3A | 0 | 26 | 1C | 8D | 2A | 33 |
| Octal | 115 | 267 | 162 | 72 | 0 | 46 | 34 | 215 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1110010 | 111010 | 0 | 100110 | 11100 | 10001101 | 101010 | 110011 |
Color Harmonies of #4DB772
Complementary color
Monochromatic Colors of #4DB772
Black with #4DB772
Text Example
Text Example
White with #4DB772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB772; }
p { color: rgb(77,183,114); }
H1.HeaderClassName
{
color: #4DB772;
}
.AnyTagClassName
{
color: #4DB772;
}
</style>
background-color css
<style>
a { background-color: #4DB772; }
a { background-color: rgb(77,183,114); }
div.DivClassName
{
background-color: #4DB772;
}
.BgClassName
{
background-color: #4DB772;
}
</style>
border-color css
<style>
span { border-color: #4DB772; }
span { border-color: rgb(77,183,114); }
td.TdClassName
{
border-color: #4DB772;
}
.TagClassName
{
border-color: #4DB772;
}
</style>