Shades of Ocean Green #4FA57D
Tints of Ocean Green #4FA57D
RGB
CMYK
RGB Variations
Color information
#4FA57D (or 0x4FA57D) is known color: Ocean Green. HEX triplet: 4F, A5 and 7D. RGB value is (79,165,125). Sum of RGB (Red+Green+Blue) = 79+165+125=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA57D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA57D is #B05A82. Grayscale: #868686. Windows color (decimal): -11557507 or 8234319. OLE color: 8234319.
HSL color Cylindrical-coordinate representation of color #4FA57D: hue angle of 152.09º 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 #4FA57D is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 125 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.35 |
| HSL | 152.09º | 0.35% | 0.48% | - |
| HSV(B) | 152.09º | 0.52% | 0.65% | - |
| XYZ | 20.38 | 30.05 | 24.13 | - |
| YUV | 134.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 125 | 0.52 | 0 | 0.24 | 0.35 | 152.09 | 0.35 | 0.48 |
| Hex | 4F | A5 | 7D | 34 | 0 | 18 | 23 | 98 | 23 | 30 |
| Octal | 117 | 245 | 175 | 64 | 0 | 30 | 43 | 230 | 43 | 60 |
| Binary | 1001111 | 10100101 | 1111101 | 110100 | 0 | 11000 | 100011 | 10011000 | 100011 | 110000 |
Color Harmonies of #4FA57D
Complementary color
Monochromatic Colors of #4FA57D
Black with #4FA57D
Text Example
Text Example
White with #4FA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA57D; }
p { color: rgb(79,165,125); }
H1.HeaderClassName
{
color: #4FA57D;
}
.AnyTagClassName
{
color: #4FA57D;
}
</style>
background-color css
<style>
a { background-color: #4FA57D; }
a { background-color: rgb(79,165,125); }
div.DivClassName
{
background-color: #4FA57D;
}
.BgClassName
{
background-color: #4FA57D;
}
</style>
border-color css
<style>
span { border-color: #4FA57D; }
span { border-color: rgb(79,165,125); }
td.TdClassName
{
border-color: #4FA57D;
}
.TagClassName
{
border-color: #4FA57D;
}
</style>