Shades of Ocean Green #4DB665
Tints of Ocean Green #4DB665
RGB
CMYK
RGB Variations
Color information
#4DB665 (or 0x4DB665) is known color: Ocean Green. HEX triplet: 4D, B6 and 65. RGB value is (77,182,101). Sum of RGB (Red+Green+Blue) = 77+182+101=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB665 is #B2499A. Grayscale: #8D8D8D. Windows color (decimal): -11684251 or 6665805. OLE color: 6665805.
HSL color Cylindrical-coordinate representation of color #4DB665: hue angle of 133.71º 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 #4DB665 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 101 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.29 |
| HSL | 133.71º | 0.42% | 0.51% | - |
| HSV(B) | 133.71º | 0.58% | 0.71% | - |
| XYZ | 22.14 | 35.97 | 18.09 | - |
| YUV | 141.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 101 | 0.58 | 0 | 0.45 | 0.29 | 133.71 | 0.42 | 0.51 |
| Hex | 4D | B6 | 65 | 3A | 0 | 2D | 1D | 86 | 2A | 33 |
| Octal | 115 | 266 | 145 | 72 | 0 | 55 | 35 | 206 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1100101 | 111010 | 0 | 101101 | 11101 | 10000110 | 101010 | 110011 |
Color Harmonies of #4DB665
Complementary color
Monochromatic Colors of #4DB665
Black with #4DB665
Text Example
Text Example
White with #4DB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB665; }
p { color: rgb(77,182,101); }
H1.HeaderClassName
{
color: #4DB665;
}
.AnyTagClassName
{
color: #4DB665;
}
</style>
background-color css
<style>
a { background-color: #4DB665; }
a { background-color: rgb(77,182,101); }
div.DivClassName
{
background-color: #4DB665;
}
.BgClassName
{
background-color: #4DB665;
}
</style>
border-color css
<style>
span { border-color: #4DB665; }
span { border-color: rgb(77,182,101); }
td.TdClassName
{
border-color: #4DB665;
}
.TagClassName
{
border-color: #4DB665;
}
</style>