Shades of Ocean Green #4FB17C
Tints of Ocean Green #4FB17C
RGB
CMYK
RGB Variations
Color information
#4FB17C (or 0x4FB17C) is known color: Ocean Green. HEX triplet: 4F, B1 and 7C. RGB value is (79,177,124). Sum of RGB (Red+Green+Blue) = 79+177+124=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB17C is #B04E83. Grayscale: #8D8D8D. Windows color (decimal): -11554436 or 8171855. OLE color: 8171855.
HSL color Cylindrical-coordinate representation of color #4FB17C: hue angle of 147.55º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB17C is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 124 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.31 |
| HSL | 147.55º | 0.39% | 0.5% | - |
| HSV(B) | 147.55º | 0.55% | 0.69% | - |
| XYZ | 22.58 | 34.56 | 24.55 | - |
| YUV | 141.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 124 | 0.55 | 0 | 0.30 | 0.31 | 147.55 | 0.39 | 0.5 |
| Hex | 4F | B1 | 7C | 37 | 0 | 1E | 1F | 94 | 27 | 32 |
| Octal | 117 | 261 | 174 | 67 | 0 | 36 | 37 | 224 | 47 | 62 |
| Binary | 1001111 | 10110001 | 1111100 | 110111 | 0 | 11110 | 11111 | 10010100 | 100111 | 110010 |
Color Harmonies of #4FB17C
Complementary color
Monochromatic Colors of #4FB17C
Black with #4FB17C
Text Example
Text Example
White with #4FB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB17C; }
p { color: rgb(79,177,124); }
H1.HeaderClassName
{
color: #4FB17C;
}
.AnyTagClassName
{
color: #4FB17C;
}
</style>
background-color css
<style>
a { background-color: #4FB17C; }
a { background-color: rgb(79,177,124); }
div.DivClassName
{
background-color: #4FB17C;
}
.BgClassName
{
background-color: #4FB17C;
}
</style>
border-color css
<style>
span { border-color: #4FB17C; }
span { border-color: rgb(79,177,124); }
td.TdClassName
{
border-color: #4FB17C;
}
.TagClassName
{
border-color: #4FB17C;
}
</style>