Shades of Ocean Green #4DB366
Tints of Ocean Green #4DB366
RGB
CMYK
RGB Variations
Color information
#4DB366 (or 0x4DB366) is known color: Ocean Green. HEX triplet: 4D, B3 and 66. RGB value is (77,179,102). Sum of RGB (Red+Green+Blue) = 77+179+102=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB366 is #B24C99. Grayscale: #8B8B8B. Windows color (decimal): -11685018 or 6730573. OLE color: 6730573.
HSL color Cylindrical-coordinate representation of color #4DB366: hue angle of 134.71º 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 #4DB366 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 102 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.30 |
| HSL | 134.71º | 0.4% | 0.5% | - |
| HSV(B) | 134.71º | 0.57% | 0.7% | - |
| XYZ | 21.58 | 34.78 | 18.15 | - |
| YUV | 139.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 102 | 0.57 | 0 | 0.43 | 0.30 | 134.71 | 0.4 | 0.5 |
| Hex | 4D | B3 | 66 | 39 | 0 | 2B | 1E | 87 | 28 | 32 |
| Octal | 115 | 263 | 146 | 71 | 0 | 53 | 36 | 207 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1100110 | 111001 | 0 | 101011 | 11110 | 10000111 | 101000 | 110010 |
Color Harmonies of #4DB366
Complementary color
Monochromatic Colors of #4DB366
Black with #4DB366
Text Example
Text Example
White with #4DB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB366; }
p { color: rgb(77,179,102); }
H1.HeaderClassName
{
color: #4DB366;
}
.AnyTagClassName
{
color: #4DB366;
}
</style>
background-color css
<style>
a { background-color: #4DB366; }
a { background-color: rgb(77,179,102); }
div.DivClassName
{
background-color: #4DB366;
}
.BgClassName
{
background-color: #4DB366;
}
</style>
border-color css
<style>
span { border-color: #4DB366; }
span { border-color: rgb(77,179,102); }
td.TdClassName
{
border-color: #4DB366;
}
.TagClassName
{
border-color: #4DB366;
}
</style>