Shades of Ocean Green #4DB76D
Tints of Ocean Green #4DB76D
RGB
CMYK
RGB Variations
Color information
#4DB76D (or 0x4DB76D) is known color: Ocean Green. HEX triplet: 4D, B7 and 6D. RGB value is (77,183,109). Sum of RGB (Red+Green+Blue) = 77+183+109=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB76D is #B24892. Grayscale: #8F8F8F. Windows color (decimal): -11683987 or 7190349. OLE color: 7190349.
HSL color Cylindrical-coordinate representation of color #4DB76D: hue angle of 138.11º 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 #4DB76D is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 109 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.28 |
| HSL | 138.11º | 0.42% | 0.51% | - |
| HSV(B) | 138.11º | 0.58% | 0.72% | - |
| XYZ | 22.75 | 36.55 | 20.32 | - |
| YUV | 142.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 109 | 0.58 | 0 | 0.40 | 0.28 | 138.11 | 0.42 | 0.51 |
| Hex | 4D | B7 | 6D | 3A | 0 | 28 | 1C | 8A | 2A | 33 |
| Octal | 115 | 267 | 155 | 72 | 0 | 50 | 34 | 212 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1101101 | 111010 | 0 | 101000 | 11100 | 10001010 | 101010 | 110011 |
Color Harmonies of #4DB76D
Complementary color
Monochromatic Colors of #4DB76D
Black with #4DB76D
Text Example
Text Example
White with #4DB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB76D; }
p { color: rgb(77,183,109); }
H1.HeaderClassName
{
color: #4DB76D;
}
.AnyTagClassName
{
color: #4DB76D;
}
</style>
background-color css
<style>
a { background-color: #4DB76D; }
a { background-color: rgb(77,183,109); }
div.DivClassName
{
background-color: #4DB76D;
}
.BgClassName
{
background-color: #4DB76D;
}
</style>
border-color css
<style>
span { border-color: #4DB76D; }
span { border-color: rgb(77,183,109); }
td.TdClassName
{
border-color: #4DB76D;
}
.TagClassName
{
border-color: #4DB76D;
}
</style>