Shades of Ocean Green #4DB475
Tints of Ocean Green #4DB475
RGB
CMYK
RGB Variations
Color information
#4DB475 (or 0x4DB475) is known color: Ocean Green. HEX triplet: 4D, B4 and 75. RGB value is (77,180,117). Sum of RGB (Red+Green+Blue) = 77+180+117=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB475 is #B24B8A. Grayscale: #8E8E8E. Windows color (decimal): -11684747 or 7713869. OLE color: 7713869.
HSL color Cylindrical-coordinate representation of color #4DB475: hue angle of 143.3º 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 #4DB475 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 117 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.29 |
| HSL | 143.3º | 0.41% | 0.5% | - |
| HSV(B) | 143.3º | 0.57% | 0.71% | - |
| XYZ | 22.59 | 35.5 | 22.49 | - |
| YUV | 142.02 | 113.88 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 117 | 0.57 | 0 | 0.35 | 0.29 | 143.3 | 0.41 | 0.5 |
| Hex | 4D | B4 | 75 | 39 | 0 | 23 | 1D | 8F | 29 | 32 |
| Octal | 115 | 264 | 165 | 71 | 0 | 43 | 35 | 217 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1110101 | 111001 | 0 | 100011 | 11101 | 10001111 | 101001 | 110010 |
Color Harmonies of #4DB475
Complementary color
Monochromatic Colors of #4DB475
Black with #4DB475
Text Example
Text Example
White with #4DB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB475; }
p { color: rgb(77,180,117); }
H1.HeaderClassName
{
color: #4DB475;
}
.AnyTagClassName
{
color: #4DB475;
}
</style>
background-color css
<style>
a { background-color: #4DB475; }
a { background-color: rgb(77,180,117); }
div.DivClassName
{
background-color: #4DB475;
}
.BgClassName
{
background-color: #4DB475;
}
</style>
border-color css
<style>
span { border-color: #4DB475; }
span { border-color: rgb(77,180,117); }
td.TdClassName
{
border-color: #4DB475;
}
.TagClassName
{
border-color: #4DB475;
}
</style>