Shades of Ocean Green #4FB882
Tints of Ocean Green #4FB882
RGB
CMYK
RGB Variations
Color information
#4FB882 (or 0x4FB882) is known color: Ocean Green. HEX triplet: 4F, B8 and 82. RGB value is (79,184,130). Sum of RGB (Red+Green+Blue) = 79+184+130=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB882 is #B0477D. Grayscale: #929292. Windows color (decimal): -11552638 or 8566863. OLE color: 8566863.
HSL color Cylindrical-coordinate representation of color #4FB882: hue angle of 149.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB882 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 130 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.28 |
| HSL | 149.14º | 0.43% | 0.52% | - |
| HSV(B) | 149.14º | 0.57% | 0.72% | - |
| XYZ | 24.39 | 37.55 | 27.08 | - |
| YUV | 146.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 130 | 0.57 | 0 | 0.29 | 0.28 | 149.14 | 0.43 | 0.52 |
| Hex | 4F | B8 | 82 | 39 | 0 | 1D | 1C | 95 | 2B | 34 |
| Octal | 117 | 270 | 202 | 71 | 0 | 35 | 34 | 225 | 53 | 64 |
| Binary | 1001111 | 10111000 | 10000010 | 111001 | 0 | 11101 | 11100 | 10010101 | 101011 | 110100 |
Color Harmonies of #4FB882
Complementary color
Monochromatic Colors of #4FB882
Black with #4FB882
Text Example
Text Example
White with #4FB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB882; }
p { color: rgb(79,184,130); }
H1.HeaderClassName
{
color: #4FB882;
}
.AnyTagClassName
{
color: #4FB882;
}
</style>
background-color css
<style>
a { background-color: #4FB882; }
a { background-color: rgb(79,184,130); }
div.DivClassName
{
background-color: #4FB882;
}
.BgClassName
{
background-color: #4FB882;
}
</style>
border-color css
<style>
span { border-color: #4FB882; }
span { border-color: rgb(79,184,130); }
td.TdClassName
{
border-color: #4FB882;
}
.TagClassName
{
border-color: #4FB882;
}
</style>