#51BC55

Color #51BC55 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #51BC55

Tints of Fruit Salad #51BC55

Color information

#51BC55 (or 0x51BC55) is unknown color: approx Fruit Salad. HEX triplet: 51, BC and 55. RGB value is (81,188,85). Sum of RGB (Red+Green+Blue) = 81+188+85=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BC55 is #AE43AA. Grayscale: #909090. Windows color (decimal): -11420587 or 5618769. OLE color: 5618769.

HSL color Cylindrical-coordinate representation of color #51BC55: hue angle of 122.24º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BC55 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB8118885-
CMYK0.5700.550.26
HSL122.24º44.4%52.75%-
HSV(B)122.24º56.91%73.73%-
XYZ23.0238.3714.79-
YUV144.2694.5582.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 188 (73.83% from 255) = 53.11%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=22.88%
G=53.11%
B=24.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81188850.5700.550.26122.2444.452.75
Hex51BC55390371A7a2c35
Octal12127412571067321725465
Binary10100011011110010101011110010110111110101111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BC55; }

 p { color: rgb(81,188,85); }

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

<style>
 a { background-color: #51BC55; }

 a { background-color: rgb(81,188,85); }

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

<style>
 span { border-color: #51BC55; }

 span { border-color: rgb(81,188,85); }

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