Shades of Ocean Green #4DAC66
Tints of Ocean Green #4DAC66
RGB
CMYK
RGB Variations
Color information
#4DAC66 (or 0x4DAC66) is known color: Ocean Green. HEX triplet: 4D, AC and 66. RGB value is (77,172,102). Sum of RGB (Red+Green+Blue) = 77+172+102=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC66 is #B25399. Grayscale: #878787. Windows color (decimal): -11686810 or 6728781. OLE color: 6728781.
HSL color Cylindrical-coordinate representation of color #4DAC66: hue angle of 135.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC66 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 102 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.33 |
| HSL | 135.79º | 0.38% | 0.49% | - |
| HSV(B) | 135.79º | 0.55% | 0.67% | - |
| XYZ | 20.21 | 32.04 | 17.69 | - |
| YUV | 135.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 102 | 0.55 | 0 | 0.41 | 0.33 | 135.79 | 0.38 | 0.49 |
| Hex | 4D | AC | 66 | 37 | 0 | 29 | 21 | 88 | 26 | 31 |
| Octal | 115 | 254 | 146 | 67 | 0 | 51 | 41 | 210 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1100110 | 110111 | 0 | 101001 | 100001 | 10001000 | 100110 | 110001 |
Color Harmonies of #4DAC66
Complementary color
Monochromatic Colors of #4DAC66
Black with #4DAC66
Text Example
Text Example
White with #4DAC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC66; }
p { color: rgb(77,172,102); }
H1.HeaderClassName
{
color: #4DAC66;
}
.AnyTagClassName
{
color: #4DAC66;
}
</style>
background-color css
<style>
a { background-color: #4DAC66; }
a { background-color: rgb(77,172,102); }
div.DivClassName
{
background-color: #4DAC66;
}
.BgClassName
{
background-color: #4DAC66;
}
</style>
border-color css
<style>
span { border-color: #4DAC66; }
span { border-color: rgb(77,172,102); }
td.TdClassName
{
border-color: #4DAC66;
}
.TagClassName
{
border-color: #4DAC66;
}
</style>