#55BF80

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

Shades of Emerald #55BF80

Tints of Emerald #55BF80

Color information

#55BF80 (or 0x55BF80) is unknown color: approx Emerald. HEX triplet: 55, BF and 80. RGB value is (85,191,128). Sum of RGB (Red+Green+Blue) = 85+191+128=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF80 is #AA407F. Grayscale: #989898. Windows color (decimal): -11157632 or 8437589. OLE color: 8437589.

HSL color Cylindrical-coordinate representation of color #55BF80: hue angle of 144.34º 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 #55BF80 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB85191128-
CMYK0.5500.330.25
HSL144.34º45.3%54.12%-
HSV(B)144.34º55.5%74.9%-
XYZ26.2740.7526.9-
YUV152.12114.3880.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=21.04%
G=47.28%
B=31.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911280.5500.330.25144.3445.354.12
Hex55BF803702119902d36
Octal12527720067041312205566
Binary1010101101111111000000011011101000011100110010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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