Shades of Ocean Green #4DB774
Tints of Ocean Green #4DB774
RGB
CMYK
RGB Variations
Color information
#4DB774 (or 0x4DB774) is known color: Ocean Green. HEX triplet: 4D, B7 and 74. RGB value is (77,183,116). Sum of RGB (Red+Green+Blue) = 77+183+116=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB774 is #B2488B. Grayscale: #8F8F8F. Windows color (decimal): -11683980 or 7649101. OLE color: 7649101.
HSL color Cylindrical-coordinate representation of color #4DB774: hue angle of 142.08º 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 #4DB774 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 116 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.28 |
| HSL | 142.08º | 0.42% | 0.51% | - |
| HSV(B) | 142.08º | 0.58% | 0.72% | - |
| XYZ | 23.15 | 36.71 | 22.39 | - |
| YUV | 143.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 116 | 0.58 | 0 | 0.37 | 0.28 | 142.08 | 0.42 | 0.51 |
| Hex | 4D | B7 | 74 | 3A | 0 | 25 | 1C | 8E | 2A | 33 |
| Octal | 115 | 267 | 164 | 72 | 0 | 45 | 34 | 216 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1110100 | 111010 | 0 | 100101 | 11100 | 10001110 | 101010 | 110011 |
Color Harmonies of #4DB774
Complementary color
Monochromatic Colors of #4DB774
Black with #4DB774
Text Example
Text Example
White with #4DB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB774; }
p { color: rgb(77,183,116); }
H1.HeaderClassName
{
color: #4DB774;
}
.AnyTagClassName
{
color: #4DB774;
}
</style>
background-color css
<style>
a { background-color: #4DB774; }
a { background-color: rgb(77,183,116); }
div.DivClassName
{
background-color: #4DB774;
}
.BgClassName
{
background-color: #4DB774;
}
</style>
border-color css
<style>
span { border-color: #4DB774; }
span { border-color: rgb(77,183,116); }
td.TdClassName
{
border-color: #4DB774;
}
.TagClassName
{
border-color: #4DB774;
}
</style>