Shades of Ocean Green #4DB483
Tints of Ocean Green #4DB483
RGB
CMYK
RGB Variations
Color information
#4DB483 (or 0x4DB483) is known color: Ocean Green. HEX triplet: 4D, B4 and 83. RGB value is (77,180,131). Sum of RGB (Red+Green+Blue) = 77+180+131=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB483 is #B24B7C. Grayscale: #8F8F8F. Windows color (decimal): -11684733 or 8631373. OLE color: 8631373.
HSL color Cylindrical-coordinate representation of color #4DB483: hue angle of 151.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB483 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 131 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.29 |
| HSL | 151.46º | 0.41% | 0.5% | - |
| HSV(B) | 151.46º | 0.57% | 0.71% | - |
| XYZ | 23.48 | 35.86 | 27.16 | - |
| YUV | 143.62 | 120.88 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 131 | 0.57 | 0 | 0.27 | 0.29 | 151.46 | 0.41 | 0.5 |
| Hex | 4D | B4 | 83 | 39 | 0 | 1B | 1D | 97 | 29 | 32 |
| Octal | 115 | 264 | 203 | 71 | 0 | 33 | 35 | 227 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10000011 | 111001 | 0 | 11011 | 11101 | 10010111 | 101001 | 110010 |
Color Harmonies of #4DB483
Complementary color
Monochromatic Colors of #4DB483
Black with #4DB483
Text Example
Text Example
White with #4DB483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB483; }
p { color: rgb(77,180,131); }
H1.HeaderClassName
{
color: #4DB483;
}
.AnyTagClassName
{
color: #4DB483;
}
</style>
background-color css
<style>
a { background-color: #4DB483; }
a { background-color: rgb(77,180,131); }
div.DivClassName
{
background-color: #4DB483;
}
.BgClassName
{
background-color: #4DB483;
}
</style>
border-color css
<style>
span { border-color: #4DB483; }
span { border-color: rgb(77,180,131); }
td.TdClassName
{
border-color: #4DB483;
}
.TagClassName
{
border-color: #4DB483;
}
</style>