Shades of Ocean Green #4DA27F
Tints of Ocean Green #4DA27F
RGB
CMYK
RGB Variations
Color information
#4DA27F (or 0x4DA27F) is known color: Ocean Green. HEX triplet: 4D, A2 and 7F. RGB value is (77,162,127). Sum of RGB (Red+Green+Blue) = 77+162+127=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA27F is #B25D80. Grayscale: #848484. Windows color (decimal): -11689345 or 8364621. OLE color: 8364621.
HSL color Cylindrical-coordinate representation of color #4DA27F: hue angle of 155.29º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA27F is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 127 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.36 |
| HSL | 155.29º | 0.36% | 0.47% | - |
| HSV(B) | 155.29º | 0.52% | 0.64% | - |
| XYZ | 19.81 | 28.95 | 24.62 | - |
| YUV | 132.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 127 | 0.52 | 0 | 0.22 | 0.36 | 155.29 | 0.36 | 0.47 |
| Hex | 4D | A2 | 7F | 34 | 0 | 16 | 24 | 9B | 24 | 2F |
| Octal | 115 | 242 | 177 | 64 | 0 | 26 | 44 | 233 | 44 | 57 |
| Binary | 1001101 | 10100010 | 1111111 | 110100 | 0 | 10110 | 100100 | 10011011 | 100100 | 101111 |
Color Harmonies of #4DA27F
Complementary color
Monochromatic Colors of #4DA27F
Black with #4DA27F
Text Example
Text Example
White with #4DA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA27F; }
p { color: rgb(77,162,127); }
H1.HeaderClassName
{
color: #4DA27F;
}
.AnyTagClassName
{
color: #4DA27F;
}
</style>
background-color css
<style>
a { background-color: #4DA27F; }
a { background-color: rgb(77,162,127); }
div.DivClassName
{
background-color: #4DA27F;
}
.BgClassName
{
background-color: #4DA27F;
}
</style>
border-color css
<style>
span { border-color: #4DA27F; }
span { border-color: rgb(77,162,127); }
td.TdClassName
{
border-color: #4DA27F;
}
.TagClassName
{
border-color: #4DA27F;
}
</style>