Shades of Ocean Green #4DB287
Tints of Ocean Green #4DB287
RGB
CMYK
RGB Variations
Color information
#4DB287 (or 0x4DB287) is known color: Ocean Green. HEX triplet: 4D, B2 and 87. RGB value is (77,178,135). Sum of RGB (Red+Green+Blue) = 77+178+135=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB287 is #B24D78. Grayscale: #8E8E8E. Windows color (decimal): -11685241 or 8893005. OLE color: 8893005.
HSL color Cylindrical-coordinate representation of color #4DB287: hue angle of 154.46º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB287 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 135 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.30 |
| HSL | 154.46º | 0.4% | 0.5% | - |
| HSV(B) | 154.46º | 0.57% | 0.7% | - |
| XYZ | 23.35 | 35.17 | 28.48 | - |
| YUV | 142.9 | 123.54 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 135 | 0.57 | 0 | 0.24 | 0.30 | 154.46 | 0.4 | 0.5 |
| Hex | 4D | B2 | 87 | 39 | 0 | 18 | 1E | 9A | 28 | 32 |
| Octal | 115 | 262 | 207 | 71 | 0 | 30 | 36 | 232 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10000111 | 111001 | 0 | 11000 | 11110 | 10011010 | 101000 | 110010 |
Color Harmonies of #4DB287
Complementary color
Monochromatic Colors of #4DB287
Black with #4DB287
Text Example
Text Example
White with #4DB287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB287; }
p { color: rgb(77,178,135); }
H1.HeaderClassName
{
color: #4DB287;
}
.AnyTagClassName
{
color: #4DB287;
}
</style>
background-color css
<style>
a { background-color: #4DB287; }
a { background-color: rgb(77,178,135); }
div.DivClassName
{
background-color: #4DB287;
}
.BgClassName
{
background-color: #4DB287;
}
</style>
border-color css
<style>
span { border-color: #4DB287; }
span { border-color: rgb(77,178,135); }
td.TdClassName
{
border-color: #4DB287;
}
.TagClassName
{
border-color: #4DB287;
}
</style>