Shades of Ocean Green #4DB781
Tints of Ocean Green #4DB781
RGB
CMYK
RGB Variations
Color information
#4DB781 (or 0x4DB781) is known color: Ocean Green. HEX triplet: 4D, B7 and 81. RGB value is (77,183,129). Sum of RGB (Red+Green+Blue) = 77+183+129=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB781 is #B2487E. Grayscale: #919191. Windows color (decimal): -11683967 or 8501069. OLE color: 8501069.
HSL color Cylindrical-coordinate representation of color #4DB781: hue angle of 149.43º 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 #4DB781 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 129 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.28 |
| HSL | 149.43º | 0.42% | 0.51% | - |
| HSV(B) | 149.43º | 0.58% | 0.72% | - |
| XYZ | 23.96 | 37.03 | 26.65 | - |
| YUV | 145.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 129 | 0.58 | 0 | 0.30 | 0.28 | 149.43 | 0.42 | 0.51 |
| Hex | 4D | B7 | 81 | 3A | 0 | 1E | 1C | 95 | 2A | 33 |
| Octal | 115 | 267 | 201 | 72 | 0 | 36 | 34 | 225 | 52 | 63 |
| Binary | 1001101 | 10110111 | 10000001 | 111010 | 0 | 11110 | 11100 | 10010101 | 101010 | 110011 |
Color Harmonies of #4DB781
Complementary color
Monochromatic Colors of #4DB781
Black with #4DB781
Text Example
Text Example
White with #4DB781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB781; }
p { color: rgb(77,183,129); }
H1.HeaderClassName
{
color: #4DB781;
}
.AnyTagClassName
{
color: #4DB781;
}
</style>
background-color css
<style>
a { background-color: #4DB781; }
a { background-color: rgb(77,183,129); }
div.DivClassName
{
background-color: #4DB781;
}
.BgClassName
{
background-color: #4DB781;
}
</style>
border-color css
<style>
span { border-color: #4DB781; }
span { border-color: rgb(77,183,129); }
td.TdClassName
{
border-color: #4DB781;
}
.TagClassName
{
border-color: #4DB781;
}
</style>