Shades of Ocean Green #4DA86F
Tints of Ocean Green #4DA86F
RGB
CMYK
RGB Variations
Color information
#4DA86F (or 0x4DA86F) is known color: Ocean Green. HEX triplet: 4D, A8 and 6F. RGB value is (77,168,111). Sum of RGB (Red+Green+Blue) = 77+168+111=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA86F is #B25790. Grayscale: #868686. Windows color (decimal): -11687825 or 7317581. OLE color: 7317581.
HSL color Cylindrical-coordinate representation of color #4DA86F: hue angle of 142.42º 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 #4DA86F is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 111 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.34 |
| HSL | 142.42º | 0.37% | 0.48% | - |
| HSV(B) | 142.42º | 0.54% | 0.66% | - |
| XYZ | 19.93 | 30.73 | 19.92 | - |
| YUV | 134.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 111 | 0.54 | 0 | 0.34 | 0.34 | 142.42 | 0.37 | 0.48 |
| Hex | 4D | A8 | 6F | 36 | 0 | 22 | 22 | 8E | 25 | 30 |
| Octal | 115 | 250 | 157 | 66 | 0 | 42 | 42 | 216 | 45 | 60 |
| Binary | 1001101 | 10101000 | 1101111 | 110110 | 0 | 100010 | 100010 | 10001110 | 100101 | 110000 |
Color Harmonies of #4DA86F
Complementary color
Monochromatic Colors of #4DA86F
Black with #4DA86F
Text Example
Text Example
White with #4DA86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA86F; }
p { color: rgb(77,168,111); }
H1.HeaderClassName
{
color: #4DA86F;
}
.AnyTagClassName
{
color: #4DA86F;
}
</style>
background-color css
<style>
a { background-color: #4DA86F; }
a { background-color: rgb(77,168,111); }
div.DivClassName
{
background-color: #4DA86F;
}
.BgClassName
{
background-color: #4DA86F;
}
</style>
border-color css
<style>
span { border-color: #4DA86F; }
span { border-color: rgb(77,168,111); }
td.TdClassName
{
border-color: #4DA86F;
}
.TagClassName
{
border-color: #4DA86F;
}
</style>