Shades of Ocean Green #4DB86D
Tints of Ocean Green #4DB86D
RGB
CMYK
RGB Variations
Color information
#4DB86D (or 0x4DB86D) is known color: Ocean Green. HEX triplet: 4D, B8 and 6D. RGB value is (77,184,109). Sum of RGB (Red+Green+Blue) = 77+184+109=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB86D is #B24792. Grayscale: #8F8F8F. Windows color (decimal): -11683731 or 7190605. OLE color: 7190605.
HSL color Cylindrical-coordinate representation of color #4DB86D: hue angle of 137.94º 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 #4DB86D is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 109 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.28 |
| HSL | 137.94º | 0.43% | 0.51% | - |
| HSV(B) | 137.94º | 0.58% | 0.72% | - |
| XYZ | 22.96 | 36.96 | 20.39 | - |
| YUV | 143.46 | 108.55 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 109 | 0.58 | 0 | 0.41 | 0.28 | 137.94 | 0.43 | 0.51 |
| Hex | 4D | B8 | 6D | 3A | 0 | 29 | 1C | 8A | 2B | 33 |
| Octal | 115 | 270 | 155 | 72 | 0 | 51 | 34 | 212 | 53 | 63 |
| Binary | 1001101 | 10111000 | 1101101 | 111010 | 0 | 101001 | 11100 | 10001010 | 101011 | 110011 |
Color Harmonies of #4DB86D
Complementary color
Monochromatic Colors of #4DB86D
Black with #4DB86D
Text Example
Text Example
White with #4DB86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB86D; }
p { color: rgb(77,184,109); }
H1.HeaderClassName
{
color: #4DB86D;
}
.AnyTagClassName
{
color: #4DB86D;
}
</style>
background-color css
<style>
a { background-color: #4DB86D; }
a { background-color: rgb(77,184,109); }
div.DivClassName
{
background-color: #4DB86D;
}
.BgClassName
{
background-color: #4DB86D;
}
</style>
border-color css
<style>
span { border-color: #4DB86D; }
span { border-color: rgb(77,184,109); }
td.TdClassName
{
border-color: #4DB86D;
}
.TagClassName
{
border-color: #4DB86D;
}
</style>