Shades of Ocean Green #4CB868
Tints of Ocean Green #4CB868
RGB
CMYK
RGB Variations
Color information
#4CB868 (or 0x4CB868) is known color: Ocean Green. HEX triplet: 4C, B8 and 68. RGB value is (76,184,104). Sum of RGB (Red+Green+Blue) = 76+184+104=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #4CB868 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB868 is #B34797. Grayscale: #8E8E8E. Windows color (decimal): -11749272 or 6862924. OLE color: 6862924.
HSL color Cylindrical-coordinate representation of color #4CB868: hue angle of 135.56º 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 #4CB868 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 184 | 104 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.28 |
| HSL | 135.56º | 0.43% | 0.51% | - |
| HSV(B) | 135.56º | 0.59% | 0.72% | - |
| XYZ | 22.62 | 36.82 | 19.01 | - |
| YUV | 142.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 184 | 104 | 0.59 | 0 | 0.43 | 0.28 | 135.56 | 0.43 | 0.51 |
| Hex | 4C | B8 | 68 | 3B | 0 | 2B | 1C | 88 | 2B | 33 |
| Octal | 114 | 270 | 150 | 73 | 0 | 53 | 34 | 210 | 53 | 63 |
| Binary | 1001100 | 10111000 | 1101000 | 111011 | 0 | 101011 | 11100 | 10001000 | 101011 | 110011 |
Color Harmonies of #4CB868
Complementary color
Monochromatic Colors of #4CB868
Black with #4CB868
Text Example
Text Example
White with #4CB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB868; }
p { color: rgb(76,184,104); }
H1.HeaderClassName
{
color: #4CB868;
}
.AnyTagClassName
{
color: #4CB868;
}
</style>
background-color css
<style>
a { background-color: #4CB868; }
a { background-color: rgb(76,184,104); }
div.DivClassName
{
background-color: #4CB868;
}
.BgClassName
{
background-color: #4CB868;
}
</style>
border-color css
<style>
span { border-color: #4CB868; }
span { border-color: rgb(76,184,104); }
td.TdClassName
{
border-color: #4CB868;
}
.TagClassName
{
border-color: #4CB868;
}
</style>