Shades of Ocean Green #4DB76F
Tints of Ocean Green #4DB76F
RGB
CMYK
RGB Variations
Color information
#4DB76F (or 0x4DB76F) is known color: Ocean Green. HEX triplet: 4D, B7 and 6F. RGB value is (77,183,111). Sum of RGB (Red+Green+Blue) = 77+183+111=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB76F is #B24890. Grayscale: #8F8F8F. Windows color (decimal): -11683985 or 7321421. OLE color: 7321421.
HSL color Cylindrical-coordinate representation of color #4DB76F: hue angle of 139.25º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB76F is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 111 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.28 |
| HSL | 139.25º | 0.42% | 0.51% | - |
| HSV(B) | 139.25º | 0.58% | 0.72% | - |
| XYZ | 22.86 | 36.59 | 20.9 | - |
| YUV | 143.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 111 | 0.58 | 0 | 0.39 | 0.28 | 139.25 | 0.42 | 0.51 |
| Hex | 4D | B7 | 6F | 3A | 0 | 27 | 1C | 8B | 2A | 33 |
| Octal | 115 | 267 | 157 | 72 | 0 | 47 | 34 | 213 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1101111 | 111010 | 0 | 100111 | 11100 | 10001011 | 101010 | 110011 |
Color Harmonies of #4DB76F
Complementary color
Monochromatic Colors of #4DB76F
Black with #4DB76F
Text Example
Text Example
White with #4DB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB76F; }
p { color: rgb(77,183,111); }
H1.HeaderClassName
{
color: #4DB76F;
}
.AnyTagClassName
{
color: #4DB76F;
}
</style>
background-color css
<style>
a { background-color: #4DB76F; }
a { background-color: rgb(77,183,111); }
div.DivClassName
{
background-color: #4DB76F;
}
.BgClassName
{
background-color: #4DB76F;
}
</style>
border-color css
<style>
span { border-color: #4DB76F; }
span { border-color: rgb(77,183,111); }
td.TdClassName
{
border-color: #4DB76F;
}
.TagClassName
{
border-color: #4DB76F;
}
</style>