Shades of Ocean Green #4DAD81
Tints of Ocean Green #4DAD81
RGB
CMYK
RGB Variations
Color information
#4DAD81 (or 0x4DAD81) is known color: Ocean Green. HEX triplet: 4D, AD and 81. RGB value is (77,173,129). Sum of RGB (Red+Green+Blue) = 77+173+129=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD81 is #B2527E. Grayscale: #8B8B8B. Windows color (decimal): -11686527 or 8498509. OLE color: 8498509.
HSL color Cylindrical-coordinate representation of color #4DAD81: hue angle of 152.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD81 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 129 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.32 |
| HSL | 152.5º | 0.38% | 0.49% | - |
| HSV(B) | 152.5º | 0.55% | 0.68% | - |
| XYZ | 21.97 | 33.05 | 25.99 | - |
| YUV | 139.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 129 | 0.55 | 0 | 0.25 | 0.32 | 152.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 81 | 37 | 0 | 19 | 20 | 98 | 26 | 31 |
| Octal | 115 | 255 | 201 | 67 | 0 | 31 | 40 | 230 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10000001 | 110111 | 0 | 11001 | 100000 | 10011000 | 100110 | 110001 |
Color Harmonies of #4DAD81
Complementary color
Monochromatic Colors of #4DAD81
Black with #4DAD81
Text Example
Text Example
White with #4DAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD81; }
p { color: rgb(77,173,129); }
H1.HeaderClassName
{
color: #4DAD81;
}
.AnyTagClassName
{
color: #4DAD81;
}
</style>
background-color css
<style>
a { background-color: #4DAD81; }
a { background-color: rgb(77,173,129); }
div.DivClassName
{
background-color: #4DAD81;
}
.BgClassName
{
background-color: #4DAD81;
}
</style>
border-color css
<style>
span { border-color: #4DAD81; }
span { border-color: rgb(77,173,129); }
td.TdClassName
{
border-color: #4DAD81;
}
.TagClassName
{
border-color: #4DAD81;
}
</style>