Shades of Ocean Green #4DB17B
Tints of Ocean Green #4DB17B
RGB
CMYK
RGB Variations
Color information
#4DB17B (or 0x4DB17B) is known color: Ocean Green. HEX triplet: 4D, B1 and 7B. RGB value is (77,177,123). Sum of RGB (Red+Green+Blue) = 77+177+123=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB17B is #B24E84. Grayscale: #8D8D8D. Windows color (decimal): -11685509 or 8106317. OLE color: 8106317.
HSL color Cylindrical-coordinate representation of color #4DB17B: hue angle of 147.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB17B is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 123 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.31 |
| HSL | 147.6º | 0.39% | 0.5% | - |
| HSV(B) | 147.6º | 0.56% | 0.69% | - |
| XYZ | 22.36 | 34.45 | 24.21 | - |
| YUV | 140.94 | 117.87 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 123 | 0.56 | 0 | 0.31 | 0.31 | 147.6 | 0.39 | 0.5 |
| Hex | 4D | B1 | 7B | 38 | 0 | 1F | 1F | 94 | 27 | 32 |
| Octal | 115 | 261 | 173 | 70 | 0 | 37 | 37 | 224 | 47 | 62 |
| Binary | 1001101 | 10110001 | 1111011 | 111000 | 0 | 11111 | 11111 | 10010100 | 100111 | 110010 |
Color Harmonies of #4DB17B
Complementary color
Monochromatic Colors of #4DB17B
Black with #4DB17B
Text Example
Text Example
White with #4DB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB17B; }
p { color: rgb(77,177,123); }
H1.HeaderClassName
{
color: #4DB17B;
}
.AnyTagClassName
{
color: #4DB17B;
}
</style>
background-color css
<style>
a { background-color: #4DB17B; }
a { background-color: rgb(77,177,123); }
div.DivClassName
{
background-color: #4DB17B;
}
.BgClassName
{
background-color: #4DB17B;
}
</style>
border-color css
<style>
span { border-color: #4DB17B; }
span { border-color: rgb(77,177,123); }
td.TdClassName
{
border-color: #4DB17B;
}
.TagClassName
{
border-color: #4DB17B;
}
</style>