Shades of Ocean Green #4DB46B
Tints of Ocean Green #4DB46B
RGB
CMYK
RGB Variations
Color information
#4DB46B (or 0x4DB46B) is known color: Ocean Green. HEX triplet: 4D, B4 and 6B. RGB value is (77,180,107). Sum of RGB (Red+Green+Blue) = 77+180+107=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 180 (70.70% from 255 or 49.45% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB46B is #B24B94. Grayscale: #8D8D8D. Windows color (decimal): -11684757 or 7058509. OLE color: 7058509.
HSL color Cylindrical-coordinate representation of color #4DB46B: hue angle of 137.48º 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 #4DB46B is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 107 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.29 |
| HSL | 137.48º | 0.41% | 0.5% | - |
| HSV(B) | 137.48º | 0.57% | 0.71% | - |
| XYZ | 22.04 | 35.28 | 19.56 | - |
| YUV | 140.88 | 108.88 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 107 | 0.57 | 0 | 0.41 | 0.29 | 137.48 | 0.41 | 0.5 |
| Hex | 4D | B4 | 6B | 39 | 0 | 29 | 1D | 89 | 29 | 32 |
| Octal | 115 | 264 | 153 | 71 | 0 | 51 | 35 | 211 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1101011 | 111001 | 0 | 101001 | 11101 | 10001001 | 101001 | 110010 |
Color Harmonies of #4DB46B
Complementary color
Monochromatic Colors of #4DB46B
Black with #4DB46B
Text Example
Text Example
White with #4DB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB46B; }
p { color: rgb(77,180,107); }
H1.HeaderClassName
{
color: #4DB46B;
}
.AnyTagClassName
{
color: #4DB46B;
}
</style>
background-color css
<style>
a { background-color: #4DB46B; }
a { background-color: rgb(77,180,107); }
div.DivClassName
{
background-color: #4DB46B;
}
.BgClassName
{
background-color: #4DB46B;
}
</style>
border-color css
<style>
span { border-color: #4DB46B; }
span { border-color: rgb(77,180,107); }
td.TdClassName
{
border-color: #4DB46B;
}
.TagClassName
{
border-color: #4DB46B;
}
</style>