Shades of Ocean Green #4DB470
Tints of Ocean Green #4DB470
RGB
CMYK
RGB Variations
Color information
#4DB470 (or 0x4DB470) is known color: Ocean Green. HEX triplet: 4D, B4 and 70. RGB value is (77,180,112). Sum of RGB (Red+Green+Blue) = 77+180+112=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB470 is #B24B8F. Grayscale: #8D8D8D. Windows color (decimal): -11684752 or 7386189. OLE color: 7386189.
HSL color Cylindrical-coordinate representation of color #4DB470: hue angle of 140.39º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB470 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 112 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.29 |
| HSL | 140.39º | 0.41% | 0.5% | - |
| HSV(B) | 140.39º | 0.57% | 0.71% | - |
| XYZ | 22.31 | 35.39 | 20.98 | - |
| YUV | 141.45 | 111.38 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 112 | 0.57 | 0 | 0.38 | 0.29 | 140.39 | 0.41 | 0.5 |
| Hex | 4D | B4 | 70 | 39 | 0 | 26 | 1D | 8C | 29 | 32 |
| Octal | 115 | 264 | 160 | 71 | 0 | 46 | 35 | 214 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1110000 | 111001 | 0 | 100110 | 11101 | 10001100 | 101001 | 110010 |
Color Harmonies of #4DB470
Complementary color
Monochromatic Colors of #4DB470
Black with #4DB470
Text Example
Text Example
White with #4DB470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB470; }
p { color: rgb(77,180,112); }
H1.HeaderClassName
{
color: #4DB470;
}
.AnyTagClassName
{
color: #4DB470;
}
</style>
background-color css
<style>
a { background-color: #4DB470; }
a { background-color: rgb(77,180,112); }
div.DivClassName
{
background-color: #4DB470;
}
.BgClassName
{
background-color: #4DB470;
}
</style>
border-color css
<style>
span { border-color: #4DB470; }
span { border-color: rgb(77,180,112); }
td.TdClassName
{
border-color: #4DB470;
}
.TagClassName
{
border-color: #4DB470;
}
</style>