Shades of Ocean Green #4DB766
Tints of Ocean Green #4DB766
RGB
CMYK
RGB Variations
Color information
#4DB766 (or 0x4DB766) is known color: Ocean Green. HEX triplet: 4D, B7 and 66. RGB value is (77,183,102). Sum of RGB (Red+Green+Blue) = 77+183+102=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB766 is #B24899. Grayscale: #8E8E8E. Windows color (decimal): -11683994 or 6731597. OLE color: 6731597.
HSL color Cylindrical-coordinate representation of color #4DB766: hue angle of 134.15º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB766 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 102 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.28 |
| HSL | 134.15º | 0.42% | 0.51% | - |
| HSV(B) | 134.15º | 0.58% | 0.72% | - |
| XYZ | 22.39 | 36.4 | 18.42 | - |
| YUV | 142.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 102 | 0.58 | 0 | 0.44 | 0.28 | 134.15 | 0.42 | 0.51 |
| Hex | 4D | B7 | 66 | 3A | 0 | 2C | 1C | 86 | 2A | 33 |
| Octal | 115 | 267 | 146 | 72 | 0 | 54 | 34 | 206 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1100110 | 111010 | 0 | 101100 | 11100 | 10000110 | 101010 | 110011 |
Color Harmonies of #4DB766
Complementary color
Monochromatic Colors of #4DB766
Black with #4DB766
Text Example
Text Example
White with #4DB766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB766; }
p { color: rgb(77,183,102); }
H1.HeaderClassName
{
color: #4DB766;
}
.AnyTagClassName
{
color: #4DB766;
}
</style>
background-color css
<style>
a { background-color: #4DB766; }
a { background-color: rgb(77,183,102); }
div.DivClassName
{
background-color: #4DB766;
}
.BgClassName
{
background-color: #4DB766;
}
</style>
border-color css
<style>
span { border-color: #4DB766; }
span { border-color: rgb(77,183,102); }
td.TdClassName
{
border-color: #4DB766;
}
.TagClassName
{
border-color: #4DB766;
}
</style>