Shades of Ocean Green #4BB86C
Tints of Ocean Green #4BB86C
RGB
CMYK
RGB Variations
Color information
#4BB86C (or 0x4BB86C) is known color: Ocean Green. HEX triplet: 4B, B8 and 6C. RGB value is (75,184,108). Sum of RGB (Red+Green+Blue) = 75+184+108=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB86C is #B44793. Grayscale: #8E8E8E. Windows color (decimal): -11814804 or 7125067. OLE color: 7125067.
HSL color Cylindrical-coordinate representation of color #4BB86C: hue angle of 138.17º 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 #4BB86C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 75 | 184 | 108 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.28 |
| HSL | 138.17º | 0.43% | 0.51% | - |
| HSV(B) | 138.17º | 0.59% | 0.72% | - |
| XYZ | 22.75 | 36.86 | 20.1 | - |
| YUV | 142.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 184 | 108 | 0.59 | 0 | 0.41 | 0.28 | 138.17 | 0.43 | 0.51 |
| Hex | 4B | B8 | 6C | 3B | 0 | 29 | 1C | 8A | 2B | 33 |
| Octal | 113 | 270 | 154 | 73 | 0 | 51 | 34 | 212 | 53 | 63 |
| Binary | 1001011 | 10111000 | 1101100 | 111011 | 0 | 101001 | 11100 | 10001010 | 101011 | 110011 |
Color Harmonies of #4BB86C
Complementary color
Monochromatic Colors of #4BB86C
Black with #4BB86C
Text Example
Text Example
White with #4BB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB86C; }
p { color: rgb(75,184,108); }
H1.HeaderClassName
{
color: #4BB86C;
}
.AnyTagClassName
{
color: #4BB86C;
}
</style>
background-color css
<style>
a { background-color: #4BB86C; }
a { background-color: rgb(75,184,108); }
div.DivClassName
{
background-color: #4BB86C;
}
.BgClassName
{
background-color: #4BB86C;
}
</style>
border-color css
<style>
span { border-color: #4BB86C; }
span { border-color: rgb(75,184,108); }
td.TdClassName
{
border-color: #4BB86C;
}
.TagClassName
{
border-color: #4BB86C;
}
</style>