Shades of Ocean Green #4DAC7F
Tints of Ocean Green #4DAC7F
RGB
CMYK
RGB Variations
Color information
#4DAC7F (or 0x4DAC7F) is known color: Ocean Green. HEX triplet: 4D, AC and 7F. RGB value is (77,172,127). Sum of RGB (Red+Green+Blue) = 77+172+127=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC7F is #B25380. Grayscale: #8A8A8A. Windows color (decimal): -11686785 or 8367181. OLE color: 8367181.
HSL color Cylindrical-coordinate representation of color #4DAC7F: hue angle of 151.58º 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 #4DAC7F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 127 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.33 |
| HSL | 151.58º | 0.38% | 0.49% | - |
| HSV(B) | 151.58º | 0.55% | 0.67% | - |
| XYZ | 21.64 | 32.62 | 25.23 | - |
| YUV | 138.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 127 | 0.55 | 0 | 0.26 | 0.33 | 151.58 | 0.38 | 0.49 |
| Hex | 4D | AC | 7F | 37 | 0 | 1A | 21 | 98 | 26 | 31 |
| Octal | 115 | 254 | 177 | 67 | 0 | 32 | 41 | 230 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1111111 | 110111 | 0 | 11010 | 100001 | 10011000 | 100110 | 110001 |
Color Harmonies of #4DAC7F
Complementary color
Monochromatic Colors of #4DAC7F
Black with #4DAC7F
Text Example
Text Example
White with #4DAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC7F; }
p { color: rgb(77,172,127); }
H1.HeaderClassName
{
color: #4DAC7F;
}
.AnyTagClassName
{
color: #4DAC7F;
}
</style>
background-color css
<style>
a { background-color: #4DAC7F; }
a { background-color: rgb(77,172,127); }
div.DivClassName
{
background-color: #4DAC7F;
}
.BgClassName
{
background-color: #4DAC7F;
}
</style>
border-color css
<style>
span { border-color: #4DAC7F; }
span { border-color: rgb(77,172,127); }
td.TdClassName
{
border-color: #4DAC7F;
}
.TagClassName
{
border-color: #4DAC7F;
}
</style>