Shades of Ocean Green #4DA86E
Tints of Ocean Green #4DA86E
RGB
CMYK
RGB Variations
Color information
#4DA86E (or 0x4DA86E) is known color: Ocean Green. HEX triplet: 4D, A8 and 6E. RGB value is (77,168,110). Sum of RGB (Red+Green+Blue) = 77+168+110=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA86E is #B25791. Grayscale: #868686. Windows color (decimal): -11687826 or 7252045. OLE color: 7252045.
HSL color Cylindrical-coordinate representation of color #4DA86E: hue angle of 141.76º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA86E is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 110 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.34 |
| HSL | 141.76º | 0.37% | 0.48% | - |
| HSV(B) | 141.76º | 0.54% | 0.66% | - |
| XYZ | 19.88 | 30.71 | 19.63 | - |
| YUV | 134.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 110 | 0.54 | 0 | 0.35 | 0.34 | 141.76 | 0.37 | 0.48 |
| Hex | 4D | A8 | 6E | 36 | 0 | 23 | 22 | 8E | 25 | 30 |
| Octal | 115 | 250 | 156 | 66 | 0 | 43 | 42 | 216 | 45 | 60 |
| Binary | 1001101 | 10101000 | 1101110 | 110110 | 0 | 100011 | 100010 | 10001110 | 100101 | 110000 |
Color Harmonies of #4DA86E
Complementary color
Monochromatic Colors of #4DA86E
Black with #4DA86E
Text Example
Text Example
White with #4DA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA86E; }
p { color: rgb(77,168,110); }
H1.HeaderClassName
{
color: #4DA86E;
}
.AnyTagClassName
{
color: #4DA86E;
}
</style>
background-color css
<style>
a { background-color: #4DA86E; }
a { background-color: rgb(77,168,110); }
div.DivClassName
{
background-color: #4DA86E;
}
.BgClassName
{
background-color: #4DA86E;
}
</style>
border-color css
<style>
span { border-color: #4DA86E; }
span { border-color: rgb(77,168,110); }
td.TdClassName
{
border-color: #4DA86E;
}
.TagClassName
{
border-color: #4DA86E;
}
</style>