Shades of Ocean Green #4DAE6D
Tints of Ocean Green #4DAE6D
RGB
CMYK
RGB Variations
Color information
#4DAE6D (or 0x4DAE6D) is known color: Ocean Green. HEX triplet: 4D, AE and 6D. RGB value is (77,174,109). Sum of RGB (Red+Green+Blue) = 77+174+109=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE6D is #B25192. Grayscale: #898989. Windows color (decimal): -11686291 or 7188045. OLE color: 7188045.
HSL color Cylindrical-coordinate representation of color #4DAE6D: hue angle of 139.79º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE6D is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 109 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.32 |
| HSL | 139.79º | 0.39% | 0.49% | - |
| HSV(B) | 139.79º | 0.56% | 0.68% | - |
| XYZ | 20.96 | 32.95 | 19.72 | - |
| YUV | 137.59 | 111.86 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 109 | 0.56 | 0 | 0.37 | 0.32 | 139.79 | 0.39 | 0.49 |
| Hex | 4D | AE | 6D | 38 | 0 | 25 | 20 | 8C | 27 | 31 |
| Octal | 115 | 256 | 155 | 70 | 0 | 45 | 40 | 214 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1101101 | 111000 | 0 | 100101 | 100000 | 10001100 | 100111 | 110001 |
Color Harmonies of #4DAE6D
Complementary color
Monochromatic Colors of #4DAE6D
Black with #4DAE6D
Text Example
Text Example
White with #4DAE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE6D; }
p { color: rgb(77,174,109); }
H1.HeaderClassName
{
color: #4DAE6D;
}
.AnyTagClassName
{
color: #4DAE6D;
}
</style>
background-color css
<style>
a { background-color: #4DAE6D; }
a { background-color: rgb(77,174,109); }
div.DivClassName
{
background-color: #4DAE6D;
}
.BgClassName
{
background-color: #4DAE6D;
}
</style>
border-color css
<style>
span { border-color: #4DAE6D; }
span { border-color: rgb(77,174,109); }
td.TdClassName
{
border-color: #4DAE6D;
}
.TagClassName
{
border-color: #4DAE6D;
}
</style>