Shades of Ocean Green #4DB37B
Tints of Ocean Green #4DB37B
RGB
CMYK
RGB Variations
Color information
#4DB37B (or 0x4DB37B) is known color: Ocean Green. HEX triplet: 4D, B3 and 7B. RGB value is (77,179,123). Sum of RGB (Red+Green+Blue) = 77+179+123=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB37B is #B24C84. Grayscale: #8E8E8E. Windows color (decimal): -11684997 or 8106829. OLE color: 8106829.
HSL color Cylindrical-coordinate representation of color #4DB37B: hue angle of 147.06º 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 #4DB37B is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 123 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.30 |
| HSL | 147.06º | 0.4% | 0.5% | - |
| HSV(B) | 147.06º | 0.57% | 0.7% | - |
| XYZ | 22.76 | 35.25 | 24.34 | - |
| YUV | 142.12 | 117.21 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 123 | 0.57 | 0 | 0.31 | 0.30 | 147.06 | 0.4 | 0.5 |
| Hex | 4D | B3 | 7B | 39 | 0 | 1F | 1E | 93 | 28 | 32 |
| Octal | 115 | 263 | 173 | 71 | 0 | 37 | 36 | 223 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1111011 | 111001 | 0 | 11111 | 11110 | 10010011 | 101000 | 110010 |
Color Harmonies of #4DB37B
Complementary color
Monochromatic Colors of #4DB37B
Black with #4DB37B
Text Example
Text Example
White with #4DB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB37B; }
p { color: rgb(77,179,123); }
H1.HeaderClassName
{
color: #4DB37B;
}
.AnyTagClassName
{
color: #4DB37B;
}
</style>
background-color css
<style>
a { background-color: #4DB37B; }
a { background-color: rgb(77,179,123); }
div.DivClassName
{
background-color: #4DB37B;
}
.BgClassName
{
background-color: #4DB37B;
}
</style>
border-color css
<style>
span { border-color: #4DB37B; }
span { border-color: rgb(77,179,123); }
td.TdClassName
{
border-color: #4DB37B;
}
.TagClassName
{
border-color: #4DB37B;
}
</style>