#55C171

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

Shades of Emerald #55C171

Tints of Emerald #55C171

Color information

#55C171 (or 0x55C171) is unknown color: approx Emerald. HEX triplet: 55, C1 and 71. RGB value is (85,193,113). Sum of RGB (Red+Green+Blue) = 85+193+113=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #55C171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C171 is #AA3E8E. Grayscale: #979797. Windows color (decimal): -11157135 or 7455061. OLE color: 7455061.

HSL color Cylindrical-coordinate representation of color #55C171: hue angle of 135.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C171 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB85193113-
CMYK0.5600.410.24
HSL135.56º46.55%54.51%-
HSV(B)135.56º55.96%75.69%-
XYZ25.841.2622.23-
YUV151.59106.2280.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=21.74%
G=49.36%
B=28.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931130.5600.410.24135.5646.5554.51
Hex55C1713802918882f37
Octal12530116170051302105767
Binary101010111000001111000111100001010011100010001000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,113); }

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

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

 a { background-color: rgb(85,193,113); }

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

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

 span { border-color: rgb(85,193,113); }

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