#55BF6E

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

Shades of Emerald #55BF6E

Tints of Emerald #55BF6E

Color information

#55BF6E (or 0x55BF6E) is unknown color: approx Emerald. HEX triplet: 55, BF and 6E. RGB value is (85,191,110). Sum of RGB (Red+Green+Blue) = 85+191+110=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF6E is #AA4091. Grayscale: #969696. Windows color (decimal): -11157650 or 7257941. OLE color: 7257941.

HSL color Cylindrical-coordinate representation of color #55BF6E: hue angle of 134.15º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BF6E is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB85191110-
CMYK0.5500.420.25
HSL134.15º45.3%54.12%-
HSV(B)134.15º55.5%74.9%-
XYZ25.1940.3221.21-
YUV150.07105.3881.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 191 (75% from 255) = 49.48%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=22.02%
G=49.48%
B=28.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911100.5500.420.25134.1545.354.12
Hex55BF6E3702A19862d36
Octal12527715667052312065566
Binary101010110111111110111011011101010101100110000110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,110); }

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

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

 a { background-color: rgb(85,191,110); }

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

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

 span { border-color: rgb(85,191,110); }

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