#5EC275

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

Shades of Emerald #5EC275

Tints of Emerald #5EC275

Color information

#5EC275 (or 0x5EC275) is unknown color: approx Emerald. HEX triplet: 5E, C2 and 75. RGB value is (94,194,117). Sum of RGB (Red+Green+Blue) = 94+194+117=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #5EC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC275 is #A13D8A. Grayscale: #9B9B9B. Windows color (decimal): -10567051 or 7717470. OLE color: 7717470.

HSL color Cylindrical-coordinate representation of color #5EC275: hue angle of 133.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC275 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB94194117-
CMYK0.5200.400.24
HSL133.8º45.05%56.47%-
HSV(B)133.8º51.55%76.08%-
XYZ27.1242.2523.55-
YUV155.32106.3784.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=23.21%
G=47.90%
B=28.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941941170.5200.400.24133.845.0556.47
Hex5EC2753402818862d38
Octal13630216564050302065570
Binary101111011000010111010111010001010001100010000110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,194,117); }

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

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

 a { background-color: rgb(94,194,117); }

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

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

 span { border-color: rgb(94,194,117); }

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