Shades of Ocean Green #4DA37D
Tints of Ocean Green #4DA37D
RGB
CMYK
RGB Variations
Color information
#4DA37D (or 0x4DA37D) is known color: Ocean Green. HEX triplet: 4D, A3 and 7D. RGB value is (77,163,125). Sum of RGB (Red+Green+Blue) = 77+163+125=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA37D is #B25C82. Grayscale: #858585. Windows color (decimal): -11689091 or 8233805. OLE color: 8233805.
HSL color Cylindrical-coordinate representation of color #4DA37D: hue angle of 153.49º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA37D is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 125 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.36 |
| HSL | 153.49º | 0.36% | 0.47% | - |
| HSV(B) | 153.49º | 0.53% | 0.64% | - |
| XYZ | 19.86 | 29.25 | 24 | - |
| YUV | 132.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 125 | 0.53 | 0 | 0.23 | 0.36 | 153.49 | 0.36 | 0.47 |
| Hex | 4D | A3 | 7D | 35 | 0 | 17 | 24 | 99 | 24 | 2F |
| Octal | 115 | 243 | 175 | 65 | 0 | 27 | 44 | 231 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1111101 | 110101 | 0 | 10111 | 100100 | 10011001 | 100100 | 101111 |
Color Harmonies of #4DA37D
Complementary color
Monochromatic Colors of #4DA37D
Black with #4DA37D
Text Example
Text Example
White with #4DA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA37D; }
p { color: rgb(77,163,125); }
H1.HeaderClassName
{
color: #4DA37D;
}
.AnyTagClassName
{
color: #4DA37D;
}
</style>
background-color css
<style>
a { background-color: #4DA37D; }
a { background-color: rgb(77,163,125); }
div.DivClassName
{
background-color: #4DA37D;
}
.BgClassName
{
background-color: #4DA37D;
}
</style>
border-color css
<style>
span { border-color: #4DA37D; }
span { border-color: rgb(77,163,125); }
td.TdClassName
{
border-color: #4DA37D;
}
.TagClassName
{
border-color: #4DA37D;
}
</style>