Shades of Ocean Green #4DAD71
Tints of Ocean Green #4DAD71
RGB
CMYK
RGB Variations
Color information
#4DAD71 (or 0x4DAD71) is known color: Ocean Green. HEX triplet: 4D, AD and 71. RGB value is (77,173,113). Sum of RGB (Red+Green+Blue) = 77+173+113=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD71 is #B2528E. Grayscale: #898989. Windows color (decimal): -11686543 or 7449933. OLE color: 7449933.
HSL color Cylindrical-coordinate representation of color #4DAD71: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD71 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 113 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.32 |
| HSL | 142.5º | 0.38% | 0.49% | - |
| HSV(B) | 142.5º | 0.55% | 0.68% | - |
| XYZ | 20.98 | 32.66 | 20.82 | - |
| YUV | 137.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 113 | 0.55 | 0 | 0.35 | 0.32 | 142.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 71 | 37 | 0 | 23 | 20 | 8E | 26 | 31 |
| Octal | 115 | 255 | 161 | 67 | 0 | 43 | 40 | 216 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1110001 | 110111 | 0 | 100011 | 100000 | 10001110 | 100110 | 110001 |
Color Harmonies of #4DAD71
Complementary color
Monochromatic Colors of #4DAD71
Black with #4DAD71
Text Example
Text Example
White with #4DAD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD71; }
p { color: rgb(77,173,113); }
H1.HeaderClassName
{
color: #4DAD71;
}
.AnyTagClassName
{
color: #4DAD71;
}
</style>
background-color css
<style>
a { background-color: #4DAD71; }
a { background-color: rgb(77,173,113); }
div.DivClassName
{
background-color: #4DAD71;
}
.BgClassName
{
background-color: #4DAD71;
}
</style>
border-color css
<style>
span { border-color: #4DAD71; }
span { border-color: rgb(77,173,113); }
td.TdClassName
{
border-color: #4DAD71;
}
.TagClassName
{
border-color: #4DAD71;
}
</style>