Shades of Ocean Green #4DB570
Tints of Ocean Green #4DB570
RGB
CMYK
RGB Variations
Color information
#4DB570 (or 0x4DB570) is known color: Ocean Green. HEX triplet: 4D, B5 and 70. RGB value is (77,181,112). Sum of RGB (Red+Green+Blue) = 77+181+112=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB570 is #B24A8F. Grayscale: #8E8E8E. Windows color (decimal): -11684496 or 7386445. OLE color: 7386445.
HSL color Cylindrical-coordinate representation of color #4DB570: hue angle of 140.19º 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 #4DB570 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 112 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.29 |
| HSL | 140.19º | 0.41% | 0.51% | - |
| HSV(B) | 140.19º | 0.57% | 0.71% | - |
| XYZ | 22.51 | 35.8 | 21.05 | - |
| YUV | 142.04 | 111.04 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 112 | 0.57 | 0 | 0.38 | 0.29 | 140.19 | 0.41 | 0.51 |
| Hex | 4D | B5 | 70 | 39 | 0 | 26 | 1D | 8C | 29 | 33 |
| Octal | 115 | 265 | 160 | 71 | 0 | 46 | 35 | 214 | 51 | 63 |
| Binary | 1001101 | 10110101 | 1110000 | 111001 | 0 | 100110 | 11101 | 10001100 | 101001 | 110011 |
Color Harmonies of #4DB570
Complementary color
Monochromatic Colors of #4DB570
Black with #4DB570
Text Example
Text Example
White with #4DB570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB570; }
p { color: rgb(77,181,112); }
H1.HeaderClassName
{
color: #4DB570;
}
.AnyTagClassName
{
color: #4DB570;
}
</style>
background-color css
<style>
a { background-color: #4DB570; }
a { background-color: rgb(77,181,112); }
div.DivClassName
{
background-color: #4DB570;
}
.BgClassName
{
background-color: #4DB570;
}
</style>
border-color css
<style>
span { border-color: #4DB570; }
span { border-color: rgb(77,181,112); }
td.TdClassName
{
border-color: #4DB570;
}
.TagClassName
{
border-color: #4DB570;
}
</style>