Shades of Ocean Green #4DB17F
Tints of Ocean Green #4DB17F
RGB
CMYK
RGB Variations
Color information
#4DB17F (or 0x4DB17F) is known color: Ocean Green. HEX triplet: 4D, B1 and 7F. RGB value is (77,177,127). Sum of RGB (Red+Green+Blue) = 77+177+127=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB17F is #B24E80. Grayscale: #8D8D8D. Windows color (decimal): -11685505 or 8368461. OLE color: 8368461.
HSL color Cylindrical-coordinate representation of color #4DB17F: hue angle of 150º 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 #4DB17F is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 127 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.31 |
| HSL | 150º | 0.39% | 0.5% | - |
| HSV(B) | 150º | 0.56% | 0.69% | - |
| XYZ | 22.61 | 34.55 | 25.56 | - |
| YUV | 141.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 127 | 0.56 | 0 | 0.28 | 0.31 | 150 | 0.39 | 0.5 |
| Hex | 4D | B1 | 7F | 38 | 0 | 1C | 1F | 96 | 27 | 32 |
| Octal | 115 | 261 | 177 | 70 | 0 | 34 | 37 | 226 | 47 | 62 |
| Binary | 1001101 | 10110001 | 1111111 | 111000 | 0 | 11100 | 11111 | 10010110 | 100111 | 110010 |
Color Harmonies of #4DB17F
Complementary color
Monochromatic Colors of #4DB17F
Black with #4DB17F
Text Example
Text Example
White with #4DB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB17F; }
p { color: rgb(77,177,127); }
H1.HeaderClassName
{
color: #4DB17F;
}
.AnyTagClassName
{
color: #4DB17F;
}
</style>
background-color css
<style>
a { background-color: #4DB17F; }
a { background-color: rgb(77,177,127); }
div.DivClassName
{
background-color: #4DB17F;
}
.BgClassName
{
background-color: #4DB17F;
}
</style>
border-color css
<style>
span { border-color: #4DB17F; }
span { border-color: rgb(77,177,127); }
td.TdClassName
{
border-color: #4DB17F;
}
.TagClassName
{
border-color: #4DB17F;
}
</style>