Shades of Ocean Green #4DAE7C
Tints of Ocean Green #4DAE7C
RGB
CMYK
RGB Variations
Color information
#4DAE7C (or 0x4DAE7C) is known color: Ocean Green. HEX triplet: 4D, AE and 7C. RGB value is (77,174,124). Sum of RGB (Red+Green+Blue) = 77+174+124=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE7C is #B25183. Grayscale: #8B8B8B. Windows color (decimal): -11686276 or 8171085. OLE color: 8171085.
HSL color Cylindrical-coordinate representation of color #4DAE7C: hue angle of 149.07º 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 #4DAE7C is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 124 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.32 |
| HSL | 149.07º | 0.39% | 0.49% | - |
| HSV(B) | 149.07º | 0.56% | 0.68% | - |
| XYZ | 21.83 | 33.31 | 24.35 | - |
| YUV | 139.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 124 | 0.56 | 0 | 0.29 | 0.32 | 149.07 | 0.39 | 0.49 |
| Hex | 4D | AE | 7C | 38 | 0 | 1D | 20 | 95 | 27 | 31 |
| Octal | 115 | 256 | 174 | 70 | 0 | 35 | 40 | 225 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1111100 | 111000 | 0 | 11101 | 100000 | 10010101 | 100111 | 110001 |
Color Harmonies of #4DAE7C
Complementary color
Monochromatic Colors of #4DAE7C
Black with #4DAE7C
Text Example
Text Example
White with #4DAE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE7C; }
p { color: rgb(77,174,124); }
H1.HeaderClassName
{
color: #4DAE7C;
}
.AnyTagClassName
{
color: #4DAE7C;
}
</style>
background-color css
<style>
a { background-color: #4DAE7C; }
a { background-color: rgb(77,174,124); }
div.DivClassName
{
background-color: #4DAE7C;
}
.BgClassName
{
background-color: #4DAE7C;
}
</style>
border-color css
<style>
span { border-color: #4DAE7C; }
span { border-color: rgb(77,174,124); }
td.TdClassName
{
border-color: #4DAE7C;
}
.TagClassName
{
border-color: #4DAE7C;
}
</style>