Shades of Ocean Green #4FB577
Tints of Ocean Green #4FB577
RGB
CMYK
RGB Variations
Color information
#4FB577 (or 0x4FB577) is known color: Ocean Green. HEX triplet: 4F, B5 and 77. RGB value is (79,181,119). Sum of RGB (Red+Green+Blue) = 79+181+119=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #4FB577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB577 is #B04A88. Grayscale: #8F8F8F. Windows color (decimal): -11553417 or 7845199. OLE color: 7845199.
HSL color Cylindrical-coordinate representation of color #4FB577: hue angle of 143.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB577 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 181 | 119 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.29 |
| HSL | 143.53º | 0.41% | 0.51% | - |
| HSV(B) | 143.53º | 0.56% | 0.71% | - |
| XYZ | 23.08 | 36.04 | 23.19 | - |
| YUV | 143.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 181 | 119 | 0.56 | 0 | 0.34 | 0.29 | 143.53 | 0.41 | 0.51 |
| Hex | 4F | B5 | 77 | 38 | 0 | 22 | 1D | 90 | 29 | 33 |
| Octal | 117 | 265 | 167 | 70 | 0 | 42 | 35 | 220 | 51 | 63 |
| Binary | 1001111 | 10110101 | 1110111 | 111000 | 0 | 100010 | 11101 | 10010000 | 101001 | 110011 |
Color Harmonies of #4FB577
Complementary color
Monochromatic Colors of #4FB577
Black with #4FB577
Text Example
Text Example
White with #4FB577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB577; }
p { color: rgb(79,181,119); }
H1.HeaderClassName
{
color: #4FB577;
}
.AnyTagClassName
{
color: #4FB577;
}
</style>
background-color css
<style>
a { background-color: #4FB577; }
a { background-color: rgb(79,181,119); }
div.DivClassName
{
background-color: #4FB577;
}
.BgClassName
{
background-color: #4FB577;
}
</style>
border-color css
<style>
span { border-color: #4FB577; }
span { border-color: rgb(79,181,119); }
td.TdClassName
{
border-color: #4FB577;
}
.TagClassName
{
border-color: #4FB577;
}
</style>