#4EB47D

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

Shades of Ocean Green #4EB47D

Tints of Ocean Green #4EB47D

Color information

#4EB47D (or 0x4EB47D) is unknown color: approx Ocean Green. HEX triplet: 4E, B4 and 7D. RGB value is (78,180,125). Sum of RGB (Red+Green+Blue) = 78+180+125=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #4EB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB47D is #B14B82. Grayscale: #8F8F8F. Windows color (decimal): -11619203 or 8238158. OLE color: 8238158.

HSL color Cylindrical-coordinate representation of color #4EB47D: hue angle of 147.65º degrees, saturation: 0.4, 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 #4EB47D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB78180125-
CMYK0.5700.310.29
HSL147.65º40.48%50.59%-
HSV(B)147.65º56.67%70.59%-
XYZ23.1635.7425.08-
YUV143.23117.7181.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=20.37%
G=47.00%
B=32.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781801250.5700.310.29147.6540.4850.59
Hex4EB47D3901F1D942833
Octal11626417571037352245063
Binary10011101011010011111011110010111111110110010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,180,125); }

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

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

 a { background-color: rgb(78,180,125); }

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

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

 span { border-color: rgb(78,180,125); }

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