Shades of Ocean Green #4DB47D
Tints of Ocean Green #4DB47D
RGB
CMYK
RGB Variations
Color information
#4DB47D (or 0x4DB47D) is known color: Ocean Green. HEX triplet: 4D, B4 and 7D. RGB value is (77,180,125). Sum of RGB (Red+Green+Blue) = 77+180+125=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB47D is #B24B82. Grayscale: #8F8F8F. Windows color (decimal): -11684739 or 8238157. OLE color: 8238157.
HSL color Cylindrical-coordinate representation of color #4DB47D: hue angle of 147.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB47D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 125 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.29 |
| HSL | 147.96º | 0.41% | 0.5% | - |
| HSV(B) | 147.96º | 0.57% | 0.71% | - |
| XYZ | 23.08 | 35.7 | 25.08 | - |
| YUV | 142.93 | 117.88 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 125 | 0.57 | 0 | 0.31 | 0.29 | 147.96 | 0.41 | 0.5 |
| Hex | 4D | B4 | 7D | 39 | 0 | 1F | 1D | 94 | 29 | 32 |
| Octal | 115 | 264 | 175 | 71 | 0 | 37 | 35 | 224 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1111101 | 111001 | 0 | 11111 | 11101 | 10010100 | 101001 | 110010 |
Color Harmonies of #4DB47D
Complementary color
Monochromatic Colors of #4DB47D
Black with #4DB47D
Text Example
Text Example
White with #4DB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB47D; }
p { color: rgb(77,180,125); }
H1.HeaderClassName
{
color: #4DB47D;
}
.AnyTagClassName
{
color: #4DB47D;
}
</style>
background-color css
<style>
a { background-color: #4DB47D; }
a { background-color: rgb(77,180,125); }
div.DivClassName
{
background-color: #4DB47D;
}
.BgClassName
{
background-color: #4DB47D;
}
</style>
border-color css
<style>
span { border-color: #4DB47D; }
span { border-color: rgb(77,180,125); }
td.TdClassName
{
border-color: #4DB47D;
}
.TagClassName
{
border-color: #4DB47D;
}
</style>