Shades of Ocean Green #4D9E7F
Tints of Ocean Green #4D9E7F
RGB
CMYK
RGB Variations
Color information
#4D9E7F (or 0x4D9E7F) is known color: Ocean Green. HEX triplet: 4D, 9E and 7F. RGB value is (77,158,127). Sum of RGB (Red+Green+Blue) = 77+158+127=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #4D9E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9E7F is #B26180. Grayscale: #828282. Windows color (decimal): -11690369 or 8363597. OLE color: 8363597.
HSL color Cylindrical-coordinate representation of color #4D9E7F: hue angle of 157.04º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9E7F is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 158 | 127 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.38 |
| HSL | 157.04º | 0.34% | 0.46% | - |
| HSV(B) | 157.04º | 0.51% | 0.62% | - |
| XYZ | 19.12 | 27.56 | 24.39 | - |
| YUV | 130.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 158 | 127 | 0.51 | 0 | 0.20 | 0.38 | 157.04 | 0.34 | 0.46 |
| Hex | 4D | 9E | 7F | 33 | 0 | 14 | 26 | 9D | 22 | 2E |
| Octal | 115 | 236 | 177 | 63 | 0 | 24 | 46 | 235 | 42 | 56 |
| Binary | 1001101 | 10011110 | 1111111 | 110011 | 0 | 10100 | 100110 | 10011101 | 100010 | 101110 |
Color Harmonies of #4D9E7F
Complementary color
Monochromatic Colors of #4D9E7F
Black with #4D9E7F
Text Example
Text Example
White with #4D9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9E7F; }
p { color: rgb(77,158,127); }
H1.HeaderClassName
{
color: #4D9E7F;
}
.AnyTagClassName
{
color: #4D9E7F;
}
</style>
background-color css
<style>
a { background-color: #4D9E7F; }
a { background-color: rgb(77,158,127); }
div.DivClassName
{
background-color: #4D9E7F;
}
.BgClassName
{
background-color: #4D9E7F;
}
</style>
border-color css
<style>
span { border-color: #4D9E7F; }
span { border-color: rgb(77,158,127); }
td.TdClassName
{
border-color: #4D9E7F;
}
.TagClassName
{
border-color: #4D9E7F;
}
</style>