Shades of Ocean Green #4FA57F
Tints of Ocean Green #4FA57F
RGB
CMYK
RGB Variations
Color information
#4FA57F (or 0x4FA57F) is known color: Ocean Green. HEX triplet: 4F, A5 and 7F. RGB value is (79,165,127). Sum of RGB (Red+Green+Blue) = 79+165+127=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA57F is #B05A80. Grayscale: #878787. Windows color (decimal): -11557505 or 8365391. OLE color: 8365391.
HSL color Cylindrical-coordinate representation of color #4FA57F: hue angle of 153.49º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA57F is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 127 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.35 |
| HSL | 153.49º | 0.35% | 0.48% | - |
| HSV(B) | 153.49º | 0.52% | 0.65% | - |
| XYZ | 20.51 | 30.1 | 24.81 | - |
| YUV | 134.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 127 | 0.52 | 0 | 0.23 | 0.35 | 153.49 | 0.35 | 0.48 |
| Hex | 4F | A5 | 7F | 34 | 0 | 17 | 23 | 99 | 23 | 30 |
| Octal | 117 | 245 | 177 | 64 | 0 | 27 | 43 | 231 | 43 | 60 |
| Binary | 1001111 | 10100101 | 1111111 | 110100 | 0 | 10111 | 100011 | 10011001 | 100011 | 110000 |
Color Harmonies of #4FA57F
Complementary color
Monochromatic Colors of #4FA57F
Black with #4FA57F
Text Example
Text Example
White with #4FA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA57F; }
p { color: rgb(79,165,127); }
H1.HeaderClassName
{
color: #4FA57F;
}
.AnyTagClassName
{
color: #4FA57F;
}
</style>
background-color css
<style>
a { background-color: #4FA57F; }
a { background-color: rgb(79,165,127); }
div.DivClassName
{
background-color: #4FA57F;
}
.BgClassName
{
background-color: #4FA57F;
}
</style>
border-color css
<style>
span { border-color: #4FA57F; }
span { border-color: rgb(79,165,127); }
td.TdClassName
{
border-color: #4FA57F;
}
.TagClassName
{
border-color: #4FA57F;
}
</style>