Shades of Ocean Green #4DA970
Tints of Ocean Green #4DA970
RGB
CMYK
RGB Variations
Color information
#4DA970 (or 0x4DA970) is known color: Ocean Green. HEX triplet: 4D, A9 and 70. RGB value is (77,169,112). Sum of RGB (Red+Green+Blue) = 77+169+112=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA970 is #B2568F. Grayscale: #878787. Windows color (decimal): -11687568 or 7383373. OLE color: 7383373.
HSL color Cylindrical-coordinate representation of color #4DA970: hue angle of 142.83º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA970 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 112 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.34 |
| HSL | 142.83º | 0.37% | 0.48% | - |
| HSV(B) | 142.83º | 0.54% | 0.66% | - |
| XYZ | 20.17 | 31.12 | 20.27 | - |
| YUV | 134.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 112 | 0.54 | 0 | 0.34 | 0.34 | 142.83 | 0.37 | 0.48 |
| Hex | 4D | A9 | 70 | 36 | 0 | 22 | 22 | 8F | 25 | 30 |
| Octal | 115 | 251 | 160 | 66 | 0 | 42 | 42 | 217 | 45 | 60 |
| Binary | 1001101 | 10101001 | 1110000 | 110110 | 0 | 100010 | 100010 | 10001111 | 100101 | 110000 |
Color Harmonies of #4DA970
Complementary color
Monochromatic Colors of #4DA970
Black with #4DA970
Text Example
Text Example
White with #4DA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA970; }
p { color: rgb(77,169,112); }
H1.HeaderClassName
{
color: #4DA970;
}
.AnyTagClassName
{
color: #4DA970;
}
</style>
background-color css
<style>
a { background-color: #4DA970; }
a { background-color: rgb(77,169,112); }
div.DivClassName
{
background-color: #4DA970;
}
.BgClassName
{
background-color: #4DA970;
}
</style>
border-color css
<style>
span { border-color: #4DA970; }
span { border-color: rgb(77,169,112); }
td.TdClassName
{
border-color: #4DA970;
}
.TagClassName
{
border-color: #4DA970;
}
</style>