Shades of Ocean Green #4DB581
Tints of Ocean Green #4DB581
RGB
CMYK
RGB Variations
Color information
#4DB581 (or 0x4DB581) is known color: Ocean Green. HEX triplet: 4D, B5 and 81. RGB value is (77,181,129). Sum of RGB (Red+Green+Blue) = 77+181+129=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB581 is #B24A7E. Grayscale: #909090. Windows color (decimal): -11684479 or 8500557. OLE color: 8500557.
HSL color Cylindrical-coordinate representation of color #4DB581: hue angle of 150º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB581 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 129 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.29 |
| HSL | 150º | 0.41% | 0.51% | - |
| HSV(B) | 150º | 0.57% | 0.71% | - |
| XYZ | 23.55 | 36.21 | 26.52 | - |
| YUV | 143.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 129 | 0.57 | 0 | 0.29 | 0.29 | 150 | 0.41 | 0.51 |
| Hex | 4D | B5 | 81 | 39 | 0 | 1D | 1D | 96 | 29 | 33 |
| Octal | 115 | 265 | 201 | 71 | 0 | 35 | 35 | 226 | 51 | 63 |
| Binary | 1001101 | 10110101 | 10000001 | 111001 | 0 | 11101 | 11101 | 10010110 | 101001 | 110011 |
Color Harmonies of #4DB581
Complementary color
Monochromatic Colors of #4DB581
Black with #4DB581
Text Example
Text Example
White with #4DB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB581; }
p { color: rgb(77,181,129); }
H1.HeaderClassName
{
color: #4DB581;
}
.AnyTagClassName
{
color: #4DB581;
}
</style>
background-color css
<style>
a { background-color: #4DB581; }
a { background-color: rgb(77,181,129); }
div.DivClassName
{
background-color: #4DB581;
}
.BgClassName
{
background-color: #4DB581;
}
</style>
border-color css
<style>
span { border-color: #4DB581; }
span { border-color: rgb(77,181,129); }
td.TdClassName
{
border-color: #4DB581;
}
.TagClassName
{
border-color: #4DB581;
}
</style>