Shades of Ocean Green #4DB770
Tints of Ocean Green #4DB770
RGB
CMYK
RGB Variations
Color information
#4DB770 (or 0x4DB770) is known color: Ocean Green. HEX triplet: 4D, B7 and 70. RGB value is (77,183,112). Sum of RGB (Red+Green+Blue) = 77+183+112=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB770 is #B2488F. Grayscale: #8F8F8F. Windows color (decimal): -11683984 or 7386957. OLE color: 7386957.
HSL color Cylindrical-coordinate representation of color #4DB770: hue angle of 139.81º 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 #4DB770 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 112 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.28 |
| HSL | 139.81º | 0.42% | 0.51% | - |
| HSV(B) | 139.81º | 0.58% | 0.72% | - |
| XYZ | 22.92 | 36.61 | 21.19 | - |
| YUV | 143.21 | 110.38 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 112 | 0.58 | 0 | 0.39 | 0.28 | 139.81 | 0.42 | 0.51 |
| Hex | 4D | B7 | 70 | 3A | 0 | 27 | 1C | 8C | 2A | 33 |
| Octal | 115 | 267 | 160 | 72 | 0 | 47 | 34 | 214 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1110000 | 111010 | 0 | 100111 | 11100 | 10001100 | 101010 | 110011 |
Color Harmonies of #4DB770
Complementary color
Monochromatic Colors of #4DB770
Black with #4DB770
Text Example
Text Example
White with #4DB770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB770; }
p { color: rgb(77,183,112); }
H1.HeaderClassName
{
color: #4DB770;
}
.AnyTagClassName
{
color: #4DB770;
}
</style>
background-color css
<style>
a { background-color: #4DB770; }
a { background-color: rgb(77,183,112); }
div.DivClassName
{
background-color: #4DB770;
}
.BgClassName
{
background-color: #4DB770;
}
</style>
border-color css
<style>
span { border-color: #4DB770; }
span { border-color: rgb(77,183,112); }
td.TdClassName
{
border-color: #4DB770;
}
.TagClassName
{
border-color: #4DB770;
}
</style>