Shades of Ocean Green #4FAE64
Tints of Ocean Green #4FAE64
RGB
CMYK
RGB Variations
Color information
#4FAE64 (or 0x4FAE64) is known color: Ocean Green. HEX triplet: 4F, AE and 64. RGB value is (79,174,100). Sum of RGB (Red+Green+Blue) = 79+174+100=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE64 is #B0519B. Grayscale: #898989. Windows color (decimal): -11555228 or 6598223. OLE color: 6598223.
HSL color Cylindrical-coordinate representation of color #4FAE64: hue angle of 133.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE64 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 100 | - |
| CMYK | 0.55 | 0 | 0.43 | 0.32 |
| HSL | 133.26º | 0.38% | 0.5% | - |
| HSV(B) | 133.26º | 0.55% | 0.68% | - |
| XYZ | 20.66 | 32.85 | 17.31 | - |
| YUV | 137.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 100 | 0.55 | 0 | 0.43 | 0.32 | 133.26 | 0.38 | 0.5 |
| Hex | 4F | AE | 64 | 37 | 0 | 2B | 20 | 85 | 26 | 32 |
| Octal | 117 | 256 | 144 | 67 | 0 | 53 | 40 | 205 | 46 | 62 |
| Binary | 1001111 | 10101110 | 1100100 | 110111 | 0 | 101011 | 100000 | 10000101 | 100110 | 110010 |
Color Harmonies of #4FAE64
Complementary color
Monochromatic Colors of #4FAE64
Black with #4FAE64
Text Example
Text Example
White with #4FAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE64; }
p { color: rgb(79,174,100); }
H1.HeaderClassName
{
color: #4FAE64;
}
.AnyTagClassName
{
color: #4FAE64;
}
</style>
background-color css
<style>
a { background-color: #4FAE64; }
a { background-color: rgb(79,174,100); }
div.DivClassName
{
background-color: #4FAE64;
}
.BgClassName
{
background-color: #4FAE64;
}
</style>
border-color css
<style>
span { border-color: #4FAE64; }
span { border-color: rgb(79,174,100); }
td.TdClassName
{
border-color: #4FAE64;
}
.TagClassName
{
border-color: #4FAE64;
}
</style>