Shades of Ocean Green #4DB47F
Tints of Ocean Green #4DB47F
RGB
CMYK
RGB Variations
Color information
#4DB47F (or 0x4DB47F) is known color: Ocean Green. HEX triplet: 4D, B4 and 7F. RGB value is (77,180,127). Sum of RGB (Red+Green+Blue) = 77+180+127=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB47F is #B24B80. Grayscale: #8F8F8F. Windows color (decimal): -11684737 or 8369229. OLE color: 8369229.
HSL color Cylindrical-coordinate representation of color #4DB47F: hue angle of 149.13º 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 #4DB47F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 127 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.29 |
| HSL | 149.13º | 0.41% | 0.5% | - |
| HSV(B) | 149.13º | 0.57% | 0.71% | - |
| XYZ | 23.21 | 35.75 | 25.76 | - |
| YUV | 143.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 127 | 0.57 | 0 | 0.29 | 0.29 | 149.13 | 0.41 | 0.5 |
| Hex | 4D | B4 | 7F | 39 | 0 | 1D | 1D | 95 | 29 | 32 |
| Octal | 115 | 264 | 177 | 71 | 0 | 35 | 35 | 225 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1111111 | 111001 | 0 | 11101 | 11101 | 10010101 | 101001 | 110010 |
Color Harmonies of #4DB47F
Complementary color
Monochromatic Colors of #4DB47F
Black with #4DB47F
Text Example
Text Example
White with #4DB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB47F; }
p { color: rgb(77,180,127); }
H1.HeaderClassName
{
color: #4DB47F;
}
.AnyTagClassName
{
color: #4DB47F;
}
</style>
background-color css
<style>
a { background-color: #4DB47F; }
a { background-color: rgb(77,180,127); }
div.DivClassName
{
background-color: #4DB47F;
}
.BgClassName
{
background-color: #4DB47F;
}
</style>
border-color css
<style>
span { border-color: #4DB47F; }
span { border-color: rgb(77,180,127); }
td.TdClassName
{
border-color: #4DB47F;
}
.TagClassName
{
border-color: #4DB47F;
}
</style>