#4eb66c

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

Shades of Ocean Green #4EB66C

Tints of Ocean Green #4EB66C

Color information

#4EB66C (or 0x4EB66C) is unknown color: approx Ocean Green. HEX triplet: 4E, B6 and 6C. RGB value is (78,182,108). Sum of RGB (Red+Green+Blue) = 78+182+108=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #4EB66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB66C is #B14993. Grayscale: #8E8E8E. Windows color (decimal): -11618708 or 7124558. OLE color: 7124558.

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

Color convert

RGB78182108-
CMYK0.5700.410.29
HSL137.31º41.6%50.98%-
HSV(B)137.31º57.14%71.37%-
XYZ22.5836.1619.98-
YUV142.47108.5482.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 182 (71.48% from 255) = 49.46%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=21.20%
G=49.46%
B=29.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781821080.5700.410.29137.3141.650.98
Hex4EB66C390291D892a33
Octal11626615471051352115263
Binary100111010110110110110011100101010011110110001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4eb66c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,182,108); }

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

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

 a { background-color: rgb(78,182,108); }

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

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

 span { border-color: rgb(78,182,108); }

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