Shades of Ocean Green #4DAE71
Tints of Ocean Green #4DAE71
RGB
CMYK
RGB Variations
Color information
#4DAE71 (or 0x4DAE71) is known color: Ocean Green. HEX triplet: 4D, AE and 71. RGB value is (77,174,113). Sum of RGB (Red+Green+Blue) = 77+174+113=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE71 is #B2518E. Grayscale: #8A8A8A. Windows color (decimal): -11686287 or 7450189. OLE color: 7450189.
HSL color Cylindrical-coordinate representation of color #4DAE71: hue angle of 142.27º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE71 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 113 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.32 |
| HSL | 142.27º | 0.39% | 0.49% | - |
| HSV(B) | 142.27º | 0.56% | 0.68% | - |
| XYZ | 21.18 | 33.04 | 20.88 | - |
| YUV | 138.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 113 | 0.56 | 0 | 0.35 | 0.32 | 142.27 | 0.39 | 0.49 |
| Hex | 4D | AE | 71 | 38 | 0 | 23 | 20 | 8E | 27 | 31 |
| Octal | 115 | 256 | 161 | 70 | 0 | 43 | 40 | 216 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1110001 | 111000 | 0 | 100011 | 100000 | 10001110 | 100111 | 110001 |
Color Harmonies of #4DAE71
Complementary color
Monochromatic Colors of #4DAE71
Black with #4DAE71
Text Example
Text Example
White with #4DAE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE71; }
p { color: rgb(77,174,113); }
H1.HeaderClassName
{
color: #4DAE71;
}
.AnyTagClassName
{
color: #4DAE71;
}
</style>
background-color css
<style>
a { background-color: #4DAE71; }
a { background-color: rgb(77,174,113); }
div.DivClassName
{
background-color: #4DAE71;
}
.BgClassName
{
background-color: #4DAE71;
}
</style>
border-color css
<style>
span { border-color: #4DAE71; }
span { border-color: rgb(77,174,113); }
td.TdClassName
{
border-color: #4DAE71;
}
.TagClassName
{
border-color: #4DAE71;
}
</style>