Shades of Ocean Green #4DAE6F
Tints of Ocean Green #4DAE6F
RGB
CMYK
RGB Variations
Color information
#4DAE6F (or 0x4DAE6F) is known color: Ocean Green. HEX triplet: 4D, AE and 6F. RGB value is (77,174,111). Sum of RGB (Red+Green+Blue) = 77+174+111=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE6F is #B25190. Grayscale: #898989. Windows color (decimal): -11686289 or 7319117. OLE color: 7319117.
HSL color Cylindrical-coordinate representation of color #4DAE6F: hue angle of 141.03º 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 #4DAE6F is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 111 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.32 |
| HSL | 141.03º | 0.39% | 0.49% | - |
| HSV(B) | 141.03º | 0.56% | 0.68% | - |
| XYZ | 21.07 | 33 | 20.3 | - |
| YUV | 137.82 | 112.86 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 111 | 0.56 | 0 | 0.36 | 0.32 | 141.03 | 0.39 | 0.49 |
| Hex | 4D | AE | 6F | 38 | 0 | 24 | 20 | 8D | 27 | 31 |
| Octal | 115 | 256 | 157 | 70 | 0 | 44 | 40 | 215 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1101111 | 111000 | 0 | 100100 | 100000 | 10001101 | 100111 | 110001 |
Color Harmonies of #4DAE6F
Complementary color
Monochromatic Colors of #4DAE6F
Black with #4DAE6F
Text Example
Text Example
White with #4DAE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE6F; }
p { color: rgb(77,174,111); }
H1.HeaderClassName
{
color: #4DAE6F;
}
.AnyTagClassName
{
color: #4DAE6F;
}
</style>
background-color css
<style>
a { background-color: #4DAE6F; }
a { background-color: rgb(77,174,111); }
div.DivClassName
{
background-color: #4DAE6F;
}
.BgClassName
{
background-color: #4DAE6F;
}
</style>
border-color css
<style>
span { border-color: #4DAE6F; }
span { border-color: rgb(77,174,111); }
td.TdClassName
{
border-color: #4DAE6F;
}
.TagClassName
{
border-color: #4DAE6F;
}
</style>