#4fb77b

Color #4FB77B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4FB77B

Tints of Ocean Green #4FB77B

Color information

#4FB77B (or 0x4FB77B) is unknown color: approx Ocean Green. HEX triplet: 4F, B7 and 7B. RGB value is (79,183,123). Sum of RGB (Red+Green+Blue) = 79+183+123=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB77B is #B04884. Grayscale: #919191. Windows color (decimal): -11552901 or 8107855. OLE color: 8107855.

HSL color Cylindrical-coordinate representation of color #4FB77B: hue angle of 145.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB77B is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB79183123-
CMYK0.5700.330.28
HSL145.38º41.94%51.37%-
HSV(B)145.38º56.83%71.76%-
XYZ23.7336.9624.62-
YUV145.06115.5480.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 20.52%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=20.52%
G=47.53%
B=31.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791831230.5700.330.28145.3841.9451.37
Hex4FB77B390211C912a33
Octal11726717371041342215263
Binary100111110110111111101111100101000011110010010001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4fb77b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4fb77b; }

 p { color: rgb(79,183,123); }

 H1.HeaderClassName
 {
   color: #4fb77b;
 }
 .AnyTagClassName
 {
   color: #4fb77b;
 }
</style>
background-color css

<style>
 a { background-color: #4fb77b; }

 a { background-color: rgb(79,183,123); }

 div.DivClassName
 {
   background-color: #4fb77b;
 }
 .BgClassName
 {
   background-color: #4fb77b;
 }
</style>
border-color css

<style>
 span { border-color: #4fb77b; }

 span { border-color: rgb(79,183,123); }

 td.TdClassName
 {
   border-color: #4fb77b;
 }
 .TagClassName
 {
   border-color: #4fb77b;
 }
</style>