Shades of Ocean Green #4FB46E
Tints of Ocean Green #4FB46E
RGB
CMYK
RGB Variations
Color information
#4FB46E (or 0x4FB46E) is known color: Ocean Green. HEX triplet: 4F, B4 and 6E. RGB value is (79,180,110). Sum of RGB (Red+Green+Blue) = 79+180+110=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB46E is #B04B91. Grayscale: #8D8D8D. Windows color (decimal): -11553682 or 7255119. OLE color: 7255119.
HSL color Cylindrical-coordinate representation of color #4FB46E: hue angle of 138.42º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB46E is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 110 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.29 |
| HSL | 138.42º | 0.4% | 0.51% | - |
| HSV(B) | 138.42º | 0.56% | 0.71% | - |
| XYZ | 22.36 | 35.43 | 20.41 | - |
| YUV | 141.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 110 | 0.56 | 0 | 0.39 | 0.29 | 138.42 | 0.4 | 0.51 |
| Hex | 4F | B4 | 6E | 38 | 0 | 27 | 1D | 8A | 28 | 33 |
| Octal | 117 | 264 | 156 | 70 | 0 | 47 | 35 | 212 | 50 | 63 |
| Binary | 1001111 | 10110100 | 1101110 | 111000 | 0 | 100111 | 11101 | 10001010 | 101000 | 110011 |
Color Harmonies of #4FB46E
Complementary color
Monochromatic Colors of #4FB46E
Black with #4FB46E
Text Example
Text Example
White with #4FB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB46E; }
p { color: rgb(79,180,110); }
H1.HeaderClassName
{
color: #4FB46E;
}
.AnyTagClassName
{
color: #4FB46E;
}
</style>
background-color css
<style>
a { background-color: #4FB46E; }
a { background-color: rgb(79,180,110); }
div.DivClassName
{
background-color: #4FB46E;
}
.BgClassName
{
background-color: #4FB46E;
}
</style>
border-color css
<style>
span { border-color: #4FB46E; }
span { border-color: rgb(79,180,110); }
td.TdClassName
{
border-color: #4FB46E;
}
.TagClassName
{
border-color: #4FB46E;
}
</style>