Shades of Ocean Green #4DB77A
Tints of Ocean Green #4DB77A
RGB
CMYK
RGB Variations
Color information
#4DB77A (or 0x4DB77A) is known color: Ocean Green. HEX triplet: 4D, B7 and 7A. RGB value is (77,183,122). Sum of RGB (Red+Green+Blue) = 77+183+122=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB77A is #B24885. Grayscale: #909090. Windows color (decimal): -11683974 or 8042317. OLE color: 8042317.
HSL color Cylindrical-coordinate representation of color #4DB77A: hue angle of 145.47º 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 #4DB77A is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 122 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.28 |
| HSL | 145.47º | 0.42% | 0.51% | - |
| HSV(B) | 145.47º | 0.58% | 0.72% | - |
| XYZ | 23.51 | 36.85 | 24.29 | - |
| YUV | 144.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 122 | 0.58 | 0 | 0.33 | 0.28 | 145.47 | 0.42 | 0.51 |
| Hex | 4D | B7 | 7A | 3A | 0 | 21 | 1C | 91 | 2A | 33 |
| Octal | 115 | 267 | 172 | 72 | 0 | 41 | 34 | 221 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1111010 | 111010 | 0 | 100001 | 11100 | 10010001 | 101010 | 110011 |
Color Harmonies of #4DB77A
Complementary color
Monochromatic Colors of #4DB77A
Black with #4DB77A
Text Example
Text Example
White with #4DB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB77A; }
p { color: rgb(77,183,122); }
H1.HeaderClassName
{
color: #4DB77A;
}
.AnyTagClassName
{
color: #4DB77A;
}
</style>
background-color css
<style>
a { background-color: #4DB77A; }
a { background-color: rgb(77,183,122); }
div.DivClassName
{
background-color: #4DB77A;
}
.BgClassName
{
background-color: #4DB77A;
}
</style>
border-color css
<style>
span { border-color: #4DB77A; }
span { border-color: rgb(77,183,122); }
td.TdClassName
{
border-color: #4DB77A;
}
.TagClassName
{
border-color: #4DB77A;
}
</style>