#55BF82

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

Shades of Emerald #55BF82

Tints of Emerald #55BF82

Color information

#55BF82 (or 0x55BF82) is unknown color: approx Emerald. HEX triplet: 55, BF and 82. RGB value is (85,191,130). Sum of RGB (Red+Green+Blue) = 85+191+130=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BF82 is #AA407D. Grayscale: #989898. Windows color (decimal): -11157630 or 8568661. OLE color: 8568661.

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

Color convert

RGB85191130-
CMYK0.5500.320.25
HSL145.47º45.3%54.12%-
HSV(B)145.47º55.5%74.9%-
XYZ26.4140.827.6-
YUV152.35115.3879.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=20.94%
G=47.04%
B=32.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911300.5500.320.25145.4745.354.12
Hex55BF823702019912d36
Octal12527720267040312215566
Binary1010101101111111000001011011101000001100110010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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