Shades of Ocean Green #4FB485
Tints of Ocean Green #4FB485
RGB
CMYK
RGB Variations
Color information
#4FB485 (or 0x4FB485) is known color: Ocean Green. HEX triplet: 4F, B4 and 85. RGB value is (79,180,133). Sum of RGB (Red+Green+Blue) = 79+180+133=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB485 is #B04B7A. Grayscale: #909090. Windows color (decimal): -11553659 or 8762447. OLE color: 8762447.
HSL color Cylindrical-coordinate representation of color #4FB485: hue angle of 152.08º 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 #4FB485 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 133 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.29 |
| HSL | 152.08º | 0.4% | 0.51% | - |
| HSV(B) | 152.08º | 0.56% | 0.71% | - |
| XYZ | 23.78 | 36 | 27.89 | - |
| YUV | 144.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 133 | 0.56 | 0 | 0.26 | 0.29 | 152.08 | 0.4 | 0.51 |
| Hex | 4F | B4 | 85 | 38 | 0 | 1A | 1D | 98 | 28 | 33 |
| Octal | 117 | 264 | 205 | 70 | 0 | 32 | 35 | 230 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10000101 | 111000 | 0 | 11010 | 11101 | 10011000 | 101000 | 110011 |
Color Harmonies of #4FB485
Complementary color
Monochromatic Colors of #4FB485
Black with #4FB485
Text Example
Text Example
White with #4FB485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB485; }
p { color: rgb(79,180,133); }
H1.HeaderClassName
{
color: #4FB485;
}
.AnyTagClassName
{
color: #4FB485;
}
</style>
background-color css
<style>
a { background-color: #4FB485; }
a { background-color: rgb(79,180,133); }
div.DivClassName
{
background-color: #4FB485;
}
.BgClassName
{
background-color: #4FB485;
}
</style>
border-color css
<style>
span { border-color: #4FB485; }
span { border-color: rgb(79,180,133); }
td.TdClassName
{
border-color: #4FB485;
}
.TagClassName
{
border-color: #4FB485;
}
</style>