Shades of Ocean Green #4FB482
Tints of Ocean Green #4FB482
RGB
CMYK
RGB Variations
Color information
#4FB482 (or 0x4FB482) is known color: Ocean Green. HEX triplet: 4F, B4 and 82. RGB value is (79,180,130). Sum of RGB (Red+Green+Blue) = 79+180+130=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #4FB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB482 is #B04B7D. Grayscale: #909090. Windows color (decimal): -11553662 or 8565839. OLE color: 8565839.
HSL color Cylindrical-coordinate representation of color #4FB482: hue angle of 150.3º 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 #4FB482 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 180 | 130 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.29 |
| HSL | 150.3º | 0.4% | 0.51% | - |
| HSV(B) | 150.3º | 0.56% | 0.71% | - |
| XYZ | 23.57 | 35.92 | 26.81 | - |
| YUV | 144.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 130 | 0.56 | 0 | 0.28 | 0.29 | 150.3 | 0.4 | 0.51 |
| Hex | 4F | B4 | 82 | 38 | 0 | 1C | 1D | 96 | 28 | 33 |
| Octal | 117 | 264 | 202 | 70 | 0 | 34 | 35 | 226 | 50 | 63 |
| Binary | 1001111 | 10110100 | 10000010 | 111000 | 0 | 11100 | 11101 | 10010110 | 101000 | 110011 |
Color Harmonies of #4FB482
Complementary color
Monochromatic Colors of #4FB482
Black with #4FB482
Text Example
Text Example
White with #4FB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB482; }
p { color: rgb(79,180,130); }
H1.HeaderClassName
{
color: #4FB482;
}
.AnyTagClassName
{
color: #4FB482;
}
</style>
background-color css
<style>
a { background-color: #4FB482; }
a { background-color: rgb(79,180,130); }
div.DivClassName
{
background-color: #4FB482;
}
.BgClassName
{
background-color: #4FB482;
}
</style>
border-color css
<style>
span { border-color: #4FB482; }
span { border-color: rgb(79,180,130); }
td.TdClassName
{
border-color: #4FB482;
}
.TagClassName
{
border-color: #4FB482;
}
</style>