Shades of Ocean Green #4DAD66
Tints of Ocean Green #4DAD66
RGB
CMYK
RGB Variations
Color information
#4DAD66 (or 0x4DAD66) is known color: Ocean Green. HEX triplet: 4D, AD and 66. RGB value is (77,173,102). Sum of RGB (Red+Green+Blue) = 77+173+102=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD66 is #B25299. Grayscale: #888888. Windows color (decimal): -11686554 or 6729037. OLE color: 6729037.
HSL color Cylindrical-coordinate representation of color #4DAD66: hue angle of 135.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD66 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 102 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.32 |
| HSL | 135.63º | 0.38% | 0.49% | - |
| HSV(B) | 135.63º | 0.55% | 0.68% | - |
| XYZ | 20.4 | 32.42 | 17.75 | - |
| YUV | 136.2 | 108.7 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 102 | 0.55 | 0 | 0.41 | 0.32 | 135.63 | 0.38 | 0.49 |
| Hex | 4D | AD | 66 | 37 | 0 | 29 | 20 | 88 | 26 | 31 |
| Octal | 115 | 255 | 146 | 67 | 0 | 51 | 40 | 210 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1100110 | 110111 | 0 | 101001 | 100000 | 10001000 | 100110 | 110001 |
Color Harmonies of #4DAD66
Complementary color
Monochromatic Colors of #4DAD66
Black with #4DAD66
Text Example
Text Example
White with #4DAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD66; }
p { color: rgb(77,173,102); }
H1.HeaderClassName
{
color: #4DAD66;
}
.AnyTagClassName
{
color: #4DAD66;
}
</style>
background-color css
<style>
a { background-color: #4DAD66; }
a { background-color: rgb(77,173,102); }
div.DivClassName
{
background-color: #4DAD66;
}
.BgClassName
{
background-color: #4DAD66;
}
</style>
border-color css
<style>
span { border-color: #4DAD66; }
span { border-color: rgb(77,173,102); }
td.TdClassName
{
border-color: #4DAD66;
}
.TagClassName
{
border-color: #4DAD66;
}
</style>