Shades of Ocean Green #4DB37F
Tints of Ocean Green #4DB37F
RGB
CMYK
RGB Variations
Color information
#4DB37F (or 0x4DB37F) is known color: Ocean Green. HEX triplet: 4D, B3 and 7F. RGB value is (77,179,127). Sum of RGB (Red+Green+Blue) = 77+179+127=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB37F is #B24C80. Grayscale: #8E8E8E. Windows color (decimal): -11684993 or 8368973. OLE color: 8368973.
HSL color Cylindrical-coordinate representation of color #4DB37F: hue angle of 149.41º 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 #4DB37F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 127 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.30 |
| HSL | 149.41º | 0.4% | 0.5% | - |
| HSV(B) | 149.41º | 0.57% | 0.7% | - |
| XYZ | 23.01 | 35.35 | 25.69 | - |
| YUV | 142.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 127 | 0.57 | 0 | 0.29 | 0.30 | 149.41 | 0.4 | 0.5 |
| Hex | 4D | B3 | 7F | 39 | 0 | 1D | 1E | 95 | 28 | 32 |
| Octal | 115 | 263 | 177 | 71 | 0 | 35 | 36 | 225 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1111111 | 111001 | 0 | 11101 | 11110 | 10010101 | 101000 | 110010 |
Color Harmonies of #4DB37F
Complementary color
Monochromatic Colors of #4DB37F
Black with #4DB37F
Text Example
Text Example
White with #4DB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB37F; }
p { color: rgb(77,179,127); }
H1.HeaderClassName
{
color: #4DB37F;
}
.AnyTagClassName
{
color: #4DB37F;
}
</style>
background-color css
<style>
a { background-color: #4DB37F; }
a { background-color: rgb(77,179,127); }
div.DivClassName
{
background-color: #4DB37F;
}
.BgClassName
{
background-color: #4DB37F;
}
</style>
border-color css
<style>
span { border-color: #4DB37F; }
span { border-color: rgb(77,179,127); }
td.TdClassName
{
border-color: #4DB37F;
}
.TagClassName
{
border-color: #4DB37F;
}
</style>