Shades of Ocean Green #4DB86C
Tints of Ocean Green #4DB86C
RGB
CMYK
RGB Variations
Color information
#4DB86C (or 0x4DB86C) is known color: Ocean Green. HEX triplet: 4D, B8 and 6C. RGB value is (77,184,108). Sum of RGB (Red+Green+Blue) = 77+184+108=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB86C is #B24793. Grayscale: #8F8F8F. Windows color (decimal): -11683732 or 7125069. OLE color: 7125069.
HSL color Cylindrical-coordinate representation of color #4DB86C: hue angle of 137.38º degrees, saturation: 0.43, 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 #4DB86C is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 108 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.28 |
| HSL | 137.38º | 0.43% | 0.51% | - |
| HSV(B) | 137.38º | 0.58% | 0.72% | - |
| XYZ | 22.91 | 36.94 | 20.11 | - |
| YUV | 143.34 | 108.05 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 108 | 0.58 | 0 | 0.41 | 0.28 | 137.38 | 0.43 | 0.51 |
| Hex | 4D | B8 | 6C | 3A | 0 | 29 | 1C | 89 | 2B | 33 |
| Octal | 115 | 270 | 154 | 72 | 0 | 51 | 34 | 211 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1101100 | 111010 | 0 | 101001 | 11100 | 10001001 | 101011 | 110011 |
Color Harmonies of #4DB86C
Complementary color
Monochromatic Colors of #4DB86C
Black with #4DB86C
Text Example
Text Example
White with #4DB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB86C; }
p { color: rgb(77,184,108); }
H1.HeaderClassName
{
color: #4DB86C;
}
.AnyTagClassName
{
color: #4DB86C;
}
</style>
background-color css
<style>
a { background-color: #4DB86C; }
a { background-color: rgb(77,184,108); }
div.DivClassName
{
background-color: #4DB86C;
}
.BgClassName
{
background-color: #4DB86C;
}
</style>
border-color css
<style>
span { border-color: #4DB86C; }
span { border-color: rgb(77,184,108); }
td.TdClassName
{
border-color: #4DB86C;
}
.TagClassName
{
border-color: #4DB86C;
}
</style>