Shades of Ocean Green #4BB982
Tints of Ocean Green #4BB982
RGB
CMYK
RGB Variations
Color information
#4BB982 (or 0x4BB982) is known color: Ocean Green. HEX triplet: 4B, B9 and 82. RGB value is (75,185,130). Sum of RGB (Red+Green+Blue) = 75+185+130=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB982 is #B4467D. Grayscale: #919191. Windows color (decimal): -11814526 or 8567115. OLE color: 8567115.
HSL color Cylindrical-coordinate representation of color #4BB982: hue angle of 150º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB982 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 185 | 130 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.27 |
| HSL | 150º | 0.44% | 0.51% | - |
| HSV(B) | 150º | 0.59% | 0.73% | - |
| XYZ | 24.28 | 37.81 | 27.14 | - |
| YUV | 145.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 185 | 130 | 0.59 | 0 | 0.30 | 0.27 | 150 | 0.44 | 0.51 |
| Hex | 4B | B9 | 82 | 3B | 0 | 1E | 1B | 96 | 2C | 33 |
| Octal | 113 | 271 | 202 | 73 | 0 | 36 | 33 | 226 | 54 | 63 |
| Binary | 1001011 | 10111001 | 10000010 | 111011 | 0 | 11110 | 11011 | 10010110 | 101100 | 110011 |
Color Harmonies of #4BB982
Complementary color
Monochromatic Colors of #4BB982
Black with #4BB982
Text Example
Text Example
White with #4BB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB982; }
p { color: rgb(75,185,130); }
H1.HeaderClassName
{
color: #4BB982;
}
.AnyTagClassName
{
color: #4BB982;
}
</style>
background-color css
<style>
a { background-color: #4BB982; }
a { background-color: rgb(75,185,130); }
div.DivClassName
{
background-color: #4BB982;
}
.BgClassName
{
background-color: #4BB982;
}
</style>
border-color css
<style>
span { border-color: #4BB982; }
span { border-color: rgb(75,185,130); }
td.TdClassName
{
border-color: #4BB982;
}
.TagClassName
{
border-color: #4BB982;
}
</style>