#55BB71

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

Shades of Emerald #55BB71

Tints of Emerald #55BB71

Color information

#55BB71 (or 0x55BB71) is unknown color: approx Emerald. HEX triplet: 55, BB and 71. RGB value is (85,187,113). Sum of RGB (Red+Green+Blue) = 85+187+113=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB71 is #AA448E. Grayscale: #949494. Windows color (decimal): -11158671 or 7453525. OLE color: 7453525.

HSL color Cylindrical-coordinate representation of color #55BB71: hue angle of 136.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB71 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB85187113-
CMYK0.5500.400.27
HSL136.47º42.86%53.33%-
HSV(B)136.47º54.55%73.33%-
XYZ24.538.6621.79-
YUV148.07108.2183.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.08%
GREEN value IS 187 (73.44% from 255) = 48.57%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=22.08%
G=48.57%
B=29.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871130.5500.400.27136.4742.8653.33
Hex55BB71370281B882b35
Octal12527316167050332105365
Binary101010110111011111000111011101010001101110001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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