Shades of Ocean Green #4FB17B
Tints of Ocean Green #4FB17B
RGB
CMYK
RGB Variations
Color information
#4FB17B (or 0x4FB17B) is known color: Ocean Green. HEX triplet: 4F, B1 and 7B. RGB value is (79,177,123). Sum of RGB (Red+Green+Blue) = 79+177+123=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB17B is #B04E84. Grayscale: #8D8D8D. Windows color (decimal): -11554437 or 8106319. OLE color: 8106319.
HSL color Cylindrical-coordinate representation of color #4FB17B: hue angle of 146.94º 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 #4FB17B is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 177 | 123 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.31 |
| HSL | 146.94º | 0.39% | 0.5% | - |
| HSV(B) | 146.94º | 0.55% | 0.69% | - |
| XYZ | 22.52 | 34.54 | 24.22 | - |
| YUV | 141.54 | 117.53 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 123 | 0.55 | 0 | 0.31 | 0.31 | 146.94 | 0.39 | 0.5 |
| Hex | 4F | B1 | 7B | 37 | 0 | 1F | 1F | 93 | 27 | 32 |
| Octal | 117 | 261 | 173 | 67 | 0 | 37 | 37 | 223 | 47 | 62 |
| Binary | 1001111 | 10110001 | 1111011 | 110111 | 0 | 11111 | 11111 | 10010011 | 100111 | 110010 |
Color Harmonies of #4FB17B
Complementary color
Monochromatic Colors of #4FB17B
Black with #4FB17B
Text Example
Text Example
White with #4FB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB17B; }
p { color: rgb(79,177,123); }
H1.HeaderClassName
{
color: #4FB17B;
}
.AnyTagClassName
{
color: #4FB17B;
}
</style>
background-color css
<style>
a { background-color: #4FB17B; }
a { background-color: rgb(79,177,123); }
div.DivClassName
{
background-color: #4FB17B;
}
.BgClassName
{
background-color: #4FB17B;
}
</style>
border-color css
<style>
span { border-color: #4FB17B; }
span { border-color: rgb(79,177,123); }
td.TdClassName
{
border-color: #4FB17B;
}
.TagClassName
{
border-color: #4FB17B;
}
</style>