Shades of Ocean Green #4BB86F
Tints of Ocean Green #4BB86F
RGB
CMYK
RGB Variations
Color information
#4BB86F (or 0x4BB86F) is known color: Ocean Green. HEX triplet: 4B, B8 and 6F. RGB value is (75,184,111). Sum of RGB (Red+Green+Blue) = 75+184+111=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB86F is #B44790. Grayscale: #8F8F8F. Windows color (decimal): -11814801 or 7321675. OLE color: 7321675.
HSL color Cylindrical-coordinate representation of color #4BB86F: hue angle of 139.82º 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 #4BB86F is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 111 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.28 |
| HSL | 139.82º | 0.43% | 0.51% | - |
| HSV(B) | 139.82º | 0.59% | 0.72% | - |
| XYZ | 22.91 | 36.92 | 20.96 | - |
| YUV | 143.09 | 109.89 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 111 | 0.59 | 0 | 0.40 | 0.28 | 139.82 | 0.43 | 0.51 |
| Hex | 4B | B8 | 6F | 3B | 0 | 28 | 1C | 8C | 2B | 33 |
| Octal | 113 | 270 | 157 | 73 | 0 | 50 | 34 | 214 | 53 | 63 |
| Binary | 1001011 | 10111000 | 1101111 | 111011 | 0 | 101000 | 11100 | 10001100 | 101011 | 110011 |
Color Harmonies of #4BB86F
Complementary color
Monochromatic Colors of #4BB86F
Black with #4BB86F
Text Example
Text Example
White with #4BB86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB86F; }
p { color: rgb(75,184,111); }
H1.HeaderClassName
{
color: #4BB86F;
}
.AnyTagClassName
{
color: #4BB86F;
}
</style>
background-color css
<style>
a { background-color: #4BB86F; }
a { background-color: rgb(75,184,111); }
div.DivClassName
{
background-color: #4BB86F;
}
.BgClassName
{
background-color: #4BB86F;
}
</style>
border-color css
<style>
span { border-color: #4BB86F; }
span { border-color: rgb(75,184,111); }
td.TdClassName
{
border-color: #4BB86F;
}
.TagClassName
{
border-color: #4BB86F;
}
</style>