Shades of Ocean Green #4DA87D
Tints of Ocean Green #4DA87D
RGB
CMYK
RGB Variations
Color information
#4DA87D (or 0x4DA87D) is known color: Ocean Green. HEX triplet: 4D, A8 and 7D. RGB value is (77,168,125). Sum of RGB (Red+Green+Blue) = 77+168+125=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA87D is #B25782. Grayscale: #878787. Windows color (decimal): -11687811 or 8235085. OLE color: 8235085.
HSL color Cylindrical-coordinate representation of color #4DA87D: hue angle of 151.65º 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 #4DA87D is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 125 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.34 |
| HSL | 151.65º | 0.37% | 0.48% | - |
| HSV(B) | 151.65º | 0.54% | 0.66% | - |
| XYZ | 20.76 | 31.06 | 24.3 | - |
| YUV | 135.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 125 | 0.54 | 0 | 0.26 | 0.34 | 151.65 | 0.37 | 0.48 |
| Hex | 4D | A8 | 7D | 36 | 0 | 1A | 22 | 98 | 25 | 30 |
| Octal | 115 | 250 | 175 | 66 | 0 | 32 | 42 | 230 | 45 | 60 |
| Binary | 1001101 | 10101000 | 1111101 | 110110 | 0 | 11010 | 100010 | 10011000 | 100101 | 110000 |
Color Harmonies of #4DA87D
Complementary color
Monochromatic Colors of #4DA87D
Black with #4DA87D
Text Example
Text Example
White with #4DA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA87D; }
p { color: rgb(77,168,125); }
H1.HeaderClassName
{
color: #4DA87D;
}
.AnyTagClassName
{
color: #4DA87D;
}
</style>
background-color css
<style>
a { background-color: #4DA87D; }
a { background-color: rgb(77,168,125); }
div.DivClassName
{
background-color: #4DA87D;
}
.BgClassName
{
background-color: #4DA87D;
}
</style>
border-color css
<style>
span { border-color: #4DA87D; }
span { border-color: rgb(77,168,125); }
td.TdClassName
{
border-color: #4DA87D;
}
.TagClassName
{
border-color: #4DA87D;
}
</style>