Shades of Ocean Green #4DB37D
Tints of Ocean Green #4DB37D
RGB
CMYK
RGB Variations
Color information
#4DB37D (or 0x4DB37D) is known color: Ocean Green. HEX triplet: 4D, B3 and 7D. RGB value is (77,179,125). Sum of RGB (Red+Green+Blue) = 77+179+125=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB37D is #B24C82. Grayscale: #8E8E8E. Windows color (decimal): -11684995 or 8237901. OLE color: 8237901.
HSL color Cylindrical-coordinate representation of color #4DB37D: hue angle of 148.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB37D is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 125 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.30 |
| HSL | 148.24º | 0.4% | 0.5% | - |
| HSV(B) | 148.24º | 0.57% | 0.7% | - |
| XYZ | 22.88 | 35.3 | 25.01 | - |
| YUV | 142.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 125 | 0.57 | 0 | 0.30 | 0.30 | 148.24 | 0.4 | 0.5 |
| Hex | 4D | B3 | 7D | 39 | 0 | 1E | 1E | 94 | 28 | 32 |
| Octal | 115 | 263 | 175 | 71 | 0 | 36 | 36 | 224 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1111101 | 111001 | 0 | 11110 | 11110 | 10010100 | 101000 | 110010 |
Color Harmonies of #4DB37D
Complementary color
Monochromatic Colors of #4DB37D
Black with #4DB37D
Text Example
Text Example
White with #4DB37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB37D; }
p { color: rgb(77,179,125); }
H1.HeaderClassName
{
color: #4DB37D;
}
.AnyTagClassName
{
color: #4DB37D;
}
</style>
background-color css
<style>
a { background-color: #4DB37D; }
a { background-color: rgb(77,179,125); }
div.DivClassName
{
background-color: #4DB37D;
}
.BgClassName
{
background-color: #4DB37D;
}
</style>
border-color css
<style>
span { border-color: #4DB37D; }
span { border-color: rgb(77,179,125); }
td.TdClassName
{
border-color: #4DB37D;
}
.TagClassName
{
border-color: #4DB37D;
}
</style>