Shades of Ocean Green #4BB87F
Tints of Ocean Green #4BB87F
RGB
CMYK
RGB Variations
Color information
#4BB87F (or 0x4BB87F) is known color: Ocean Green. HEX triplet: 4B, B8 and 7F. RGB value is (75,184,127). Sum of RGB (Red+Green+Blue) = 75+184+127=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB87F is #B44780. Grayscale: #919191. Windows color (decimal): -11814785 or 8370251. OLE color: 8370251.
HSL color Cylindrical-coordinate representation of color #4BB87F: hue angle of 148.62º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB87F is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 127 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.28 |
| HSL | 148.62º | 0.43% | 0.51% | - |
| HSV(B) | 148.62º | 0.59% | 0.72% | - |
| XYZ | 23.87 | 37.31 | 26.02 | - |
| YUV | 144.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 127 | 0.59 | 0 | 0.31 | 0.28 | 148.62 | 0.43 | 0.51 |
| Hex | 4B | B8 | 7F | 3B | 0 | 1F | 1C | 95 | 2B | 33 |
| Octal | 113 | 270 | 177 | 73 | 0 | 37 | 34 | 225 | 53 | 63 |
| Binary | 1001011 | 10111000 | 1111111 | 111011 | 0 | 11111 | 11100 | 10010101 | 101011 | 110011 |
Color Harmonies of #4BB87F
Complementary color
Monochromatic Colors of #4BB87F
Black with #4BB87F
Text Example
Text Example
White with #4BB87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB87F; }
p { color: rgb(75,184,127); }
H1.HeaderClassName
{
color: #4BB87F;
}
.AnyTagClassName
{
color: #4BB87F;
}
</style>
background-color css
<style>
a { background-color: #4BB87F; }
a { background-color: rgb(75,184,127); }
div.DivClassName
{
background-color: #4BB87F;
}
.BgClassName
{
background-color: #4BB87F;
}
</style>
border-color css
<style>
span { border-color: #4BB87F; }
span { border-color: rgb(75,184,127); }
td.TdClassName
{
border-color: #4BB87F;
}
.TagClassName
{
border-color: #4BB87F;
}
</style>