#4EB56D

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

Shades of Ocean Green #4EB56D

Tints of Ocean Green #4EB56D

Color information

#4EB56D (or 0x4EB56D) is unknown color: approx Ocean Green. HEX triplet: 4E, B5 and 6D. RGB value is (78,181,109). Sum of RGB (Red+Green+Blue) = 78+181+109=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #4EB56D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB56D is #B14A92. Grayscale: #8E8E8E. Windows color (decimal): -11618963 or 7189838. OLE color: 7189838.

HSL color Cylindrical-coordinate representation of color #4EB56D: hue angle of 138.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB56D is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB78181109-
CMYK0.5700.400.29
HSL138.06º41.04%50.78%-
HSV(B)138.06º56.91%70.98%-
XYZ22.4335.7720.19-
YUV141.99109.3882.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=21.20%
G=49.18%
B=29.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781811090.5700.400.29138.0641.0450.78
Hex4EB56D390281D8a2933
Octal11626515571050352125163
Binary100111010110101110110111100101010001110110001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,181,109); }

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

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

 a { background-color: rgb(78,181,109); }

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

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

 span { border-color: rgb(78,181,109); }

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