Shades of Ocean Green #4DB684
Tints of Ocean Green #4DB684
RGB
CMYK
RGB Variations
Color information
#4DB684 (or 0x4DB684) is known color: Ocean Green. HEX triplet: 4D, B6 and 84. RGB value is (77,182,132). Sum of RGB (Red+Green+Blue) = 77+182+132=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 182 (71.48% from 255 or 46.55% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB684 is #B2497B. Grayscale: #919191. Windows color (decimal): -11684220 or 8697421. OLE color: 8697421.
HSL color Cylindrical-coordinate representation of color #4DB684: hue angle of 151.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB684 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 132 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.29 |
| HSL | 151.43º | 0.42% | 0.51% | - |
| HSV(B) | 151.43º | 0.58% | 0.71% | - |
| XYZ | 23.95 | 36.7 | 27.65 | - |
| YUV | 144.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 132 | 0.58 | 0 | 0.27 | 0.29 | 151.43 | 0.42 | 0.51 |
| Hex | 4D | B6 | 84 | 3A | 0 | 1B | 1D | 97 | 2A | 33 |
| Octal | 115 | 266 | 204 | 72 | 0 | 33 | 35 | 227 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10000100 | 111010 | 0 | 11011 | 11101 | 10010111 | 101010 | 110011 |
Color Harmonies of #4DB684
Complementary color
Monochromatic Colors of #4DB684
Black with #4DB684
Text Example
Text Example
White with #4DB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB684; }
p { color: rgb(77,182,132); }
H1.HeaderClassName
{
color: #4DB684;
}
.AnyTagClassName
{
color: #4DB684;
}
</style>
background-color css
<style>
a { background-color: #4DB684; }
a { background-color: rgb(77,182,132); }
div.DivClassName
{
background-color: #4DB684;
}
.BgClassName
{
background-color: #4DB684;
}
</style>
border-color css
<style>
span { border-color: #4DB684; }
span { border-color: rgb(77,182,132); }
td.TdClassName
{
border-color: #4DB684;
}
.TagClassName
{
border-color: #4DB684;
}
</style>