#55BC7D

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

Shades of Emerald #55BC7D

Tints of Emerald #55BC7D

Color information

#55BC7D (or 0x55BC7D) is unknown color: approx Emerald. HEX triplet: 55, BC and 7D. RGB value is (85,188,125). Sum of RGB (Red+Green+Blue) = 85+188+125=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC7D is #AA4382. Grayscale: #969696. Windows color (decimal): -11158403 or 8240213. OLE color: 8240213.

HSL color Cylindrical-coordinate representation of color #55BC7D: hue angle of 143.3º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC7D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB85188125-
CMYK0.5500.340.26
HSL143.3º43.46%53.53%-
HSV(B)143.3º54.79%73.73%-
XYZ25.4339.3825.66-
YUV150.02113.8881.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 188 (73.83% from 255) = 47.24%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=21.36%
G=47.24%
B=31.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881250.5500.340.26143.343.4653.53
Hex55BC7D370221A8f2b36
Octal12527417567042322175366
Binary101010110111100111110111011101000101101010001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,125); }

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

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

 a { background-color: rgb(85,188,125); }

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

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

 span { border-color: rgb(85,188,125); }

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