#55DE8A

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

Shades of Emerald #55DE8A

Tints of Emerald #55DE8A

Color information

#55DE8A (or 0x55DE8A) is unknown color: approx Emerald. HEX triplet: 55, DE and 8A. RGB value is (85,222,138). Sum of RGB (Red+Green+Blue) = 85+222+138=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DE8A is #AA2175. Grayscale: #ABABAB. Windows color (decimal): -11149686 or 9100885. OLE color: 9100885.

HSL color Cylindrical-coordinate representation of color #55DE8A: hue angle of 143.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DE8A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB85222138-
CMYK0.6200.380.13
HSL143.21º67.49%60.2%-
HSV(B)143.21º61.71%87.06%-
XYZ34.4656.0133.04-
YUV171.46109.1166.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 222 (87.11% from 255) = 49.89%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=19.10%
G=49.89%
B=31.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221380.6200.380.13143.2167.4960.2
Hex55DE8A3E026D8f433c
Octal125336212760461521710374
Binary1010101110111101000101011111001001101101100011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55DE8A; }

 p { color: rgb(85,222,138); }

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

<style>
 a { background-color: #55DE8A; }

 a { background-color: rgb(85,222,138); }

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

<style>
 span { border-color: #55DE8A; }

 span { border-color: rgb(85,222,138); }

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