Shades of Ocean Green #4DB46F
Tints of Ocean Green #4DB46F
RGB
CMYK
RGB Variations
Color information
#4DB46F (or 0x4DB46F) is known color: Ocean Green. HEX triplet: 4D, B4 and 6F. RGB value is (77,180,111). Sum of RGB (Red+Green+Blue) = 77+180+111=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB46F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB46F is #B24B90. Grayscale: #8D8D8D. Windows color (decimal): -11684753 or 7320653. OLE color: 7320653.
HSL color Cylindrical-coordinate representation of color #4DB46F: hue angle of 139.81º 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 #4DB46F is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 111 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.29 |
| HSL | 139.81º | 0.41% | 0.5% | - |
| HSV(B) | 139.81º | 0.57% | 0.71% | - |
| XYZ | 22.25 | 35.37 | 20.69 | - |
| YUV | 141.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 111 | 0.57 | 0 | 0.38 | 0.29 | 139.81 | 0.41 | 0.5 |
| Hex | 4D | B4 | 6F | 39 | 0 | 26 | 1D | 8C | 29 | 32 |
| Octal | 115 | 264 | 157 | 71 | 0 | 46 | 35 | 214 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1101111 | 111001 | 0 | 100110 | 11101 | 10001100 | 101001 | 110010 |
Color Harmonies of #4DB46F
Complementary color
Monochromatic Colors of #4DB46F
Black with #4DB46F
Text Example
Text Example
White with #4DB46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB46F; }
p { color: rgb(77,180,111); }
H1.HeaderClassName
{
color: #4DB46F;
}
.AnyTagClassName
{
color: #4DB46F;
}
</style>
background-color css
<style>
a { background-color: #4DB46F; }
a { background-color: rgb(77,180,111); }
div.DivClassName
{
background-color: #4DB46F;
}
.BgClassName
{
background-color: #4DB46F;
}
</style>
border-color css
<style>
span { border-color: #4DB46F; }
span { border-color: rgb(77,180,111); }
td.TdClassName
{
border-color: #4DB46F;
}
.TagClassName
{
border-color: #4DB46F;
}
</style>