Shades of Ocean Green #4FB37F
Tints of Ocean Green #4FB37F
RGB
CMYK
RGB Variations
Color information
#4FB37F (or 0x4FB37F) is known color: Ocean Green. HEX triplet: 4F, B3 and 7F. RGB value is (79,179,127). Sum of RGB (Red+Green+Blue) = 79+179+127=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB37F is #B04C80. Grayscale: #8F8F8F. Windows color (decimal): -11553921 or 8368975. OLE color: 8368975.
HSL color Cylindrical-coordinate representation of color #4FB37F: hue angle of 148.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB37F is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 179 | 127 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.30 |
| HSL | 148.8º | 0.4% | 0.51% | - |
| HSV(B) | 148.8º | 0.56% | 0.7% | - |
| XYZ | 23.18 | 35.43 | 25.7 | - |
| YUV | 143.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 179 | 127 | 0.56 | 0 | 0.29 | 0.30 | 148.8 | 0.4 | 0.51 |
| Hex | 4F | B3 | 7F | 38 | 0 | 1D | 1E | 95 | 28 | 33 |
| Octal | 117 | 263 | 177 | 70 | 0 | 35 | 36 | 225 | 50 | 63 |
| Binary | 1001111 | 10110011 | 1111111 | 111000 | 0 | 11101 | 11110 | 10010101 | 101000 | 110011 |
Color Harmonies of #4FB37F
Complementary color
Monochromatic Colors of #4FB37F
Black with #4FB37F
Text Example
Text Example
White with #4FB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB37F; }
p { color: rgb(79,179,127); }
H1.HeaderClassName
{
color: #4FB37F;
}
.AnyTagClassName
{
color: #4FB37F;
}
</style>
background-color css
<style>
a { background-color: #4FB37F; }
a { background-color: rgb(79,179,127); }
div.DivClassName
{
background-color: #4FB37F;
}
.BgClassName
{
background-color: #4FB37F;
}
</style>
border-color css
<style>
span { border-color: #4FB37F; }
span { border-color: rgb(79,179,127); }
td.TdClassName
{
border-color: #4FB37F;
}
.TagClassName
{
border-color: #4FB37F;
}
</style>