#55BF78

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

Shades of Emerald #55BF78

Tints of Emerald #55BF78

Color information

#55BF78 (or 0x55BF78) is unknown color: approx Emerald. HEX triplet: 55, BF and 78. RGB value is (85,191,120). Sum of RGB (Red+Green+Blue) = 85+191+120=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF78 is #AA4087. Grayscale: #979797. Windows color (decimal): -11157640 or 7913301. OLE color: 7913301.

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

Color convert

RGB85191120-
CMYK0.5500.370.25
HSL139.81º45.3%54.12%-
HSV(B)139.81º55.5%74.9%-
XYZ25.7740.5524.24-
YUV151.21110.3880.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=21.46%
G=48.23%
B=30.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851911200.5500.370.25139.8145.354.12
Hex55BF7837025198c2d36
Octal12527717067045312145566
Binary101010110111111111100011011101001011100110001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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