Shades of Ocean Green #4DB27F
Tints of Ocean Green #4DB27F
RGB
CMYK
RGB Variations
Color information
#4DB27F (or 0x4DB27F) is known color: Ocean Green. HEX triplet: 4D, B2 and 7F. RGB value is (77,178,127). Sum of RGB (Red+Green+Blue) = 77+178+127=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB27F is #B24D80. Grayscale: #8E8E8E. Windows color (decimal): -11685249 or 8368717. OLE color: 8368717.
HSL color Cylindrical-coordinate representation of color #4DB27F: hue angle of 149.7º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB27F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 127 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.30 |
| HSL | 149.7º | 0.4% | 0.5% | - |
| HSV(B) | 149.7º | 0.57% | 0.7% | - |
| XYZ | 22.81 | 34.95 | 25.62 | - |
| YUV | 141.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 127 | 0.57 | 0 | 0.29 | 0.30 | 149.7 | 0.4 | 0.5 |
| Hex | 4D | B2 | 7F | 39 | 0 | 1D | 1E | 96 | 28 | 32 |
| Octal | 115 | 262 | 177 | 71 | 0 | 35 | 36 | 226 | 50 | 62 |
| Binary | 1001101 | 10110010 | 1111111 | 111001 | 0 | 11101 | 11110 | 10010110 | 101000 | 110010 |
Color Harmonies of #4DB27F
Complementary color
Monochromatic Colors of #4DB27F
Black with #4DB27F
Text Example
Text Example
White with #4DB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB27F; }
p { color: rgb(77,178,127); }
H1.HeaderClassName
{
color: #4DB27F;
}
.AnyTagClassName
{
color: #4DB27F;
}
</style>
background-color css
<style>
a { background-color: #4DB27F; }
a { background-color: rgb(77,178,127); }
div.DivClassName
{
background-color: #4DB27F;
}
.BgClassName
{
background-color: #4DB27F;
}
</style>
border-color css
<style>
span { border-color: #4DB27F; }
span { border-color: rgb(77,178,127); }
td.TdClassName
{
border-color: #4DB27F;
}
.TagClassName
{
border-color: #4DB27F;
}
</style>