#5ec07f

Color #5EC07F Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5EC07F

Tints of Emerald #5EC07F

Color information

#5EC07F (or 0x5EC07F) is unknown color: approx Emerald. HEX triplet: 5E, C0 and 7F. RGB value is (94,192,127). Sum of RGB (Red+Green+Blue) = 94+192+127=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC07F is #A13F80. Grayscale: #9B9B9B. Windows color (decimal): -10567553 or 8372318. OLE color: 8372318.

HSL color Cylindrical-coordinate representation of color #5EC07F: hue angle of 140.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC07F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB94192127-
CMYK0.5100.340.25
HSL140.2º43.75%56.08%-
HSV(B)140.2º51.04%75.29%-
XYZ27.341.6126.67-
YUV155.29112.0384.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.76%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 127 (50% from 255) = 30.75%
R=22.76%
G=46.49%
B=30.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941921270.5100.340.25140.243.7556.08
Hex5EC07F33022198c2c38
Octal13630017763042312145470
Binary101111011000000111111111001101000101100110001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ec07f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5ec07f; }

 p { color: rgb(94,192,127); }

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

<style>
 a { background-color: #5ec07f; }

 a { background-color: rgb(94,192,127); }

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

<style>
 span { border-color: #5ec07f; }

 span { border-color: rgb(94,192,127); }

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