Shades of Ocean Green #4DB56C
Tints of Ocean Green #4DB56C
RGB
CMYK
RGB Variations
Color information
#4DB56C (or 0x4DB56C) is known color: Ocean Green. HEX triplet: 4D, B5 and 6C. RGB value is (77,181,108). Sum of RGB (Red+Green+Blue) = 77+181+108=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB56C is #B24A93. Grayscale: #8D8D8D. Windows color (decimal): -11684500 or 7124301. OLE color: 7124301.
HSL color Cylindrical-coordinate representation of color #4DB56C: hue angle of 137.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB56C is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 108 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.29 |
| HSL | 137.88º | 0.41% | 0.51% | - |
| HSV(B) | 137.88º | 0.57% | 0.71% | - |
| XYZ | 22.29 | 35.71 | 19.9 | - |
| YUV | 141.58 | 109.04 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 108 | 0.57 | 0 | 0.40 | 0.29 | 137.88 | 0.41 | 0.51 |
| Hex | 4D | B5 | 6C | 39 | 0 | 28 | 1D | 8A | 29 | 33 |
| Octal | 115 | 265 | 154 | 71 | 0 | 50 | 35 | 212 | 51 | 63 |
| Binary | 1001101 | 10110101 | 1101100 | 111001 | 0 | 101000 | 11101 | 10001010 | 101001 | 110011 |
Color Harmonies of #4DB56C
Complementary color
Monochromatic Colors of #4DB56C
Black with #4DB56C
Text Example
Text Example
White with #4DB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB56C; }
p { color: rgb(77,181,108); }
H1.HeaderClassName
{
color: #4DB56C;
}
.AnyTagClassName
{
color: #4DB56C;
}
</style>
background-color css
<style>
a { background-color: #4DB56C; }
a { background-color: rgb(77,181,108); }
div.DivClassName
{
background-color: #4DB56C;
}
.BgClassName
{
background-color: #4DB56C;
}
</style>
border-color css
<style>
span { border-color: #4DB56C; }
span { border-color: rgb(77,181,108); }
td.TdClassName
{
border-color: #4DB56C;
}
.TagClassName
{
border-color: #4DB56C;
}
</style>