Shades of Ocean Green #4DB66E
Tints of Ocean Green #4DB66E
RGB
CMYK
RGB Variations
Color information
#4DB66E (or 0x4DB66E) is known color: Ocean Green. HEX triplet: 4D, B6 and 6E. RGB value is (77,182,110). Sum of RGB (Red+Green+Blue) = 77+182+110=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB66E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB66E is #B24991. Grayscale: #8E8E8E. Windows color (decimal): -11684242 or 7255629. OLE color: 7255629.
HSL color Cylindrical-coordinate representation of color #4DB66E: hue angle of 138.86º 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 #4DB66E is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 110 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.29 |
| HSL | 138.86º | 0.42% | 0.51% | - |
| HSV(B) | 138.86º | 0.58% | 0.71% | - |
| XYZ | 22.6 | 36.16 | 20.54 | - |
| YUV | 142.4 | 109.71 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 110 | 0.58 | 0 | 0.40 | 0.29 | 138.86 | 0.42 | 0.51 |
| Hex | 4D | B6 | 6E | 3A | 0 | 28 | 1D | 8B | 2A | 33 |
| Octal | 115 | 266 | 156 | 72 | 0 | 50 | 35 | 213 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1101110 | 111010 | 0 | 101000 | 11101 | 10001011 | 101010 | 110011 |
Color Harmonies of #4DB66E
Complementary color
Monochromatic Colors of #4DB66E
Black with #4DB66E
Text Example
Text Example
White with #4DB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB66E; }
p { color: rgb(77,182,110); }
H1.HeaderClassName
{
color: #4DB66E;
}
.AnyTagClassName
{
color: #4DB66E;
}
</style>
background-color css
<style>
a { background-color: #4DB66E; }
a { background-color: rgb(77,182,110); }
div.DivClassName
{
background-color: #4DB66E;
}
.BgClassName
{
background-color: #4DB66E;
}
</style>
border-color css
<style>
span { border-color: #4DB66E; }
span { border-color: rgb(77,182,110); }
td.TdClassName
{
border-color: #4DB66E;
}
.TagClassName
{
border-color: #4DB66E;
}
</style>