Shades of Ocean Green #4DB571
Tints of Ocean Green #4DB571
RGB
CMYK
RGB Variations
Color information
#4DB571 (or 0x4DB571) is known color: Ocean Green. HEX triplet: 4D, B5 and 71. RGB value is (77,181,113). Sum of RGB (Red+Green+Blue) = 77+181+113=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB571 is #B24A8E. Grayscale: #8E8E8E. Windows color (decimal): -11684495 or 7451981. OLE color: 7451981.
HSL color Cylindrical-coordinate representation of color #4DB571: hue angle of 140.77º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB571 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 113 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.29 |
| HSL | 140.77º | 0.41% | 0.51% | - |
| HSV(B) | 140.77º | 0.57% | 0.71% | - |
| XYZ | 22.57 | 35.82 | 21.35 | - |
| YUV | 142.15 | 111.54 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 113 | 0.57 | 0 | 0.38 | 0.29 | 140.77 | 0.41 | 0.51 |
| Hex | 4D | B5 | 71 | 39 | 0 | 26 | 1D | 8D | 29 | 33 |
| Octal | 115 | 265 | 161 | 71 | 0 | 46 | 35 | 215 | 51 | 63 |
| Binary | 1001101 | 10110101 | 1110001 | 111001 | 0 | 100110 | 11101 | 10001101 | 101001 | 110011 |
Color Harmonies of #4DB571
Complementary color
Monochromatic Colors of #4DB571
Black with #4DB571
Text Example
Text Example
White with #4DB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB571; }
p { color: rgb(77,181,113); }
H1.HeaderClassName
{
color: #4DB571;
}
.AnyTagClassName
{
color: #4DB571;
}
</style>
background-color css
<style>
a { background-color: #4DB571; }
a { background-color: rgb(77,181,113); }
div.DivClassName
{
background-color: #4DB571;
}
.BgClassName
{
background-color: #4DB571;
}
</style>
border-color css
<style>
span { border-color: #4DB571; }
span { border-color: rgb(77,181,113); }
td.TdClassName
{
border-color: #4DB571;
}
.TagClassName
{
border-color: #4DB571;
}
</style>