#5ed675

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

Shades of Emerald #5ED675

Tints of Emerald #5ED675

Color information

#5ED675 (or 0x5ED675) is unknown color: approx Emerald. HEX triplet: 5E, D6 and 75. RGB value is (94,214,117). Sum of RGB (Red+Green+Blue) = 94+214+117=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED675 is #A1298A. Grayscale: #A7A7A7. Windows color (decimal): -10561931 or 7722590. OLE color: 7722590.

HSL color Cylindrical-coordinate representation of color #5ED675: hue angle of 131.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED675 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB94214117-
CMYK0.5600.450.16
HSL131.5º59.41%60.39%-
HSV(B)131.5º56.07%83.92%-
XYZ31.8751.7625.14-
YUV167.0699.7475.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.12%
GREEN value IS 214 (83.98% from 255) = 50.35%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=22.12%
G=50.35%
B=27.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal942141170.5600.450.16131.559.4160.39
Hex5ED6753802D10843b3c
Octal13632616570055202047374
Binary101111011010110111010111100001011011000010000100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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