#5ECA85

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

Shades of Emerald #5ECA85

Tints of Emerald #5ECA85

Color information

#5ECA85 (or 0x5ECA85) is unknown color: approx Emerald. HEX triplet: 5E, CA and 85. RGB value is (94,202,133). Sum of RGB (Red+Green+Blue) = 94+202+133=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ECA85 is #A1357A. Grayscale: #A2A2A2. Windows color (decimal): -10564987 or 8768094. OLE color: 8768094.

HSL color Cylindrical-coordinate representation of color #5ECA85: hue angle of 141.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECA85 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB94202133-
CMYK0.5300.340.21
HSL141.67º50.47%58.04%-
HSV(B)141.67º53.47%79.22%-
XYZ29.9746.3129.55-
YUV161.84111.7279.61-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.91%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=21.91%
G=47.09%
B=31.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal942021330.5300.340.21141.6750.4758.04
Hex5ECA8535022158e323a
Octal13631220565042252166272
Binary1011110110010101000010111010101000101010110001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ECA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,202,133); }

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

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

 a { background-color: rgb(94,202,133); }

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

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

 span { border-color: rgb(94,202,133); }

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