Shades of Ocean Green #4DB283
Tints of Ocean Green #4DB283
RGB
CMYK
RGB Variations
Color information
#4DB283 (or 0x4DB283) is known color: Ocean Green. HEX triplet: 4D, B2 and 83. RGB value is (77,178,131). Sum of RGB (Red+Green+Blue) = 77+178+131=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB283 is #B24D7C. Grayscale: #8E8E8E. Windows color (decimal): -11685245 or 8630861. OLE color: 8630861.
HSL color Cylindrical-coordinate representation of color #4DB283: hue angle of 152.08º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB283 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 131 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.30 |
| HSL | 152.08º | 0.4% | 0.5% | - |
| HSV(B) | 152.08º | 0.57% | 0.7% | - |
| XYZ | 23.08 | 35.06 | 27.02 | - |
| YUV | 142.44 | 121.54 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 131 | 0.57 | 0 | 0.26 | 0.30 | 152.08 | 0.4 | 0.5 |
| Hex | 4D | B2 | 83 | 39 | 0 | 1A | 1E | 98 | 28 | 32 |
| Octal | 115 | 262 | 203 | 71 | 0 | 32 | 36 | 230 | 50 | 62 |
| Binary | 1001101 | 10110010 | 10000011 | 111001 | 0 | 11010 | 11110 | 10011000 | 101000 | 110010 |
Color Harmonies of #4DB283
Complementary color
Monochromatic Colors of #4DB283
Black with #4DB283
Text Example
Text Example
White with #4DB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB283; }
p { color: rgb(77,178,131); }
H1.HeaderClassName
{
color: #4DB283;
}
.AnyTagClassName
{
color: #4DB283;
}
</style>
background-color css
<style>
a { background-color: #4DB283; }
a { background-color: rgb(77,178,131); }
div.DivClassName
{
background-color: #4DB283;
}
.BgClassName
{
background-color: #4DB283;
}
</style>
border-color css
<style>
span { border-color: #4DB283; }
span { border-color: rgb(77,178,131); }
td.TdClassName
{
border-color: #4DB283;
}
.TagClassName
{
border-color: #4DB283;
}
</style>