Shades of Ocean Green #4CB87D
Tints of Ocean Green #4CB87D
RGB
CMYK
RGB Variations
Color information
#4CB87D (or 0x4CB87D) is known color: Ocean Green. HEX triplet: 4C, B8 and 7D. RGB value is (76,184,125). Sum of RGB (Red+Green+Blue) = 76+184+125=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB87D is #B34782. Grayscale: #919191. Windows color (decimal): -11749251 or 8239180. OLE color: 8239180.
HSL color Cylindrical-coordinate representation of color #4CB87D: hue angle of 147.22º 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 #4CB87D is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 125 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.28 |
| HSL | 147.22º | 0.43% | 0.51% | - |
| HSV(B) | 147.22º | 0.59% | 0.72% | - |
| XYZ | 23.82 | 37.3 | 25.35 | - |
| YUV | 144.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 125 | 0.59 | 0 | 0.32 | 0.28 | 147.22 | 0.43 | 0.51 |
| Hex | 4C | B8 | 7D | 3B | 0 | 20 | 1C | 93 | 2B | 33 |
| Octal | 114 | 270 | 175 | 73 | 0 | 40 | 34 | 223 | 53 | 63 |
| Binary | 1001100 | 10111000 | 1111101 | 111011 | 0 | 100000 | 11100 | 10010011 | 101011 | 110011 |
Color Harmonies of #4CB87D
Complementary color
Monochromatic Colors of #4CB87D
Black with #4CB87D
Text Example
Text Example
White with #4CB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB87D; }
p { color: rgb(76,184,125); }
H1.HeaderClassName
{
color: #4CB87D;
}
.AnyTagClassName
{
color: #4CB87D;
}
</style>
background-color css
<style>
a { background-color: #4CB87D; }
a { background-color: rgb(76,184,125); }
div.DivClassName
{
background-color: #4CB87D;
}
.BgClassName
{
background-color: #4CB87D;
}
</style>
border-color css
<style>
span { border-color: #4CB87D; }
span { border-color: rgb(76,184,125); }
td.TdClassName
{
border-color: #4CB87D;
}
.TagClassName
{
border-color: #4CB87D;
}
</style>