Shades of Ocean Green #4DA77F
Tints of Ocean Green #4DA77F
RGB
CMYK
RGB Variations
Color information
#4DA77F (or 0x4DA77F) is known color: Ocean Green. HEX triplet: 4D, A7 and 7F. RGB value is (77,167,127). Sum of RGB (Red+Green+Blue) = 77+167+127=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA77F is #B25880. Grayscale: #878787. Windows color (decimal): -11688065 or 8365901. OLE color: 8365901.
HSL color Cylindrical-coordinate representation of color #4DA77F: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA77F is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 167 | 127 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.35 |
| HSL | 153.33º | 0.37% | 0.48% | - |
| HSV(B) | 153.33º | 0.54% | 0.65% | - |
| XYZ | 20.71 | 30.75 | 24.92 | - |
| YUV | 135.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 167 | 127 | 0.54 | 0 | 0.24 | 0.35 | 153.33 | 0.37 | 0.48 |
| Hex | 4D | A7 | 7F | 36 | 0 | 18 | 23 | 99 | 25 | 30 |
| Octal | 115 | 247 | 177 | 66 | 0 | 30 | 43 | 231 | 45 | 60 |
| Binary | 1001101 | 10100111 | 1111111 | 110110 | 0 | 11000 | 100011 | 10011001 | 100101 | 110000 |
Color Harmonies of #4DA77F
Complementary color
Monochromatic Colors of #4DA77F
Black with #4DA77F
Text Example
Text Example
White with #4DA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA77F; }
p { color: rgb(77,167,127); }
H1.HeaderClassName
{
color: #4DA77F;
}
.AnyTagClassName
{
color: #4DA77F;
}
</style>
background-color css
<style>
a { background-color: #4DA77F; }
a { background-color: rgb(77,167,127); }
div.DivClassName
{
background-color: #4DA77F;
}
.BgClassName
{
background-color: #4DA77F;
}
</style>
border-color css
<style>
span { border-color: #4DA77F; }
span { border-color: rgb(77,167,127); }
td.TdClassName
{
border-color: #4DA77F;
}
.TagClassName
{
border-color: #4DA77F;
}
</style>