Shades of Ocean Green #4DAD7F
Tints of Ocean Green #4DAD7F
RGB
CMYK
RGB Variations
Color information
#4DAD7F (or 0x4DAD7F) is known color: Ocean Green. HEX triplet: 4D, AD and 7F. RGB value is (77,173,127). Sum of RGB (Red+Green+Blue) = 77+173+127=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD7F is #B25280. Grayscale: #8B8B8B. Windows color (decimal): -11686529 or 8367437. OLE color: 8367437.
HSL color Cylindrical-coordinate representation of color #4DAD7F: hue angle of 151.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD7F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 127 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.32 |
| HSL | 151.25º | 0.38% | 0.49% | - |
| HSV(B) | 151.25º | 0.55% | 0.68% | - |
| XYZ | 21.83 | 33 | 25.3 | - |
| YUV | 139.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 127 | 0.55 | 0 | 0.27 | 0.32 | 151.25 | 0.38 | 0.49 |
| Hex | 4D | AD | 7F | 37 | 0 | 1B | 20 | 97 | 26 | 31 |
| Octal | 115 | 255 | 177 | 67 | 0 | 33 | 40 | 227 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1111111 | 110111 | 0 | 11011 | 100000 | 10010111 | 100110 | 110001 |
Color Harmonies of #4DAD7F
Complementary color
Monochromatic Colors of #4DAD7F
Black with #4DAD7F
Text Example
Text Example
White with #4DAD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD7F; }
p { color: rgb(77,173,127); }
H1.HeaderClassName
{
color: #4DAD7F;
}
.AnyTagClassName
{
color: #4DAD7F;
}
</style>
background-color css
<style>
a { background-color: #4DAD7F; }
a { background-color: rgb(77,173,127); }
div.DivClassName
{
background-color: #4DAD7F;
}
.BgClassName
{
background-color: #4DAD7F;
}
</style>
border-color css
<style>
span { border-color: #4DAD7F; }
span { border-color: rgb(77,173,127); }
td.TdClassName
{
border-color: #4DAD7F;
}
.TagClassName
{
border-color: #4DAD7F;
}
</style>