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