#55D37A

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

Shades of Emerald #55D37A

Tints of Emerald #55D37A

Color information

#55D37A (or 0x55D37A) is unknown color: approx Emerald. HEX triplet: 55, D3 and 7A. RGB value is (85,211,122). Sum of RGB (Red+Green+Blue) = 85+211+122=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #55D37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D37A is #AA2C85. Grayscale: #A3A3A3. Windows color (decimal): -11152518 or 8049493. OLE color: 8049493.

HSL color Cylindrical-coordinate representation of color #55D37A: hue angle of 137.62º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D37A is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB85211122-
CMYK0.6000.420.17
HSL137.62º58.88%58.04%-
HSV(B)137.62º59.72%82.75%-
XYZ30.5549.9226.44-
YUV163.18104.7672.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 211 (82.81% from 255) = 50.48%
BLUE value IS 122 (48.05% from 255) = 29.19%
R=20.33%
G=50.48%
B=29.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal852111220.6000.420.17137.6258.8858.04
Hex55D37A3C02A118a3b3a
Octal12532317274052212127372
Binary101010111010011111101011110001010101000110001010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,211,122); }

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

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

 a { background-color: rgb(85,211,122); }

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

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

 span { border-color: rgb(85,211,122); }

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