#51BC58

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

Shades of Fruit Salad #51BC58

Tints of Fruit Salad #51BC58

Color information

#51BC58 (or 0x51BC58) is unknown color: approx Fruit Salad. HEX triplet: 51, BC and 58. RGB value is (81,188,88). Sum of RGB (Red+Green+Blue) = 81+188+88=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51BC58 is #AE43A7. Grayscale: #909090. Windows color (decimal): -11420584 or 5815377. OLE color: 5815377.

HSL color Cylindrical-coordinate representation of color #51BC58: hue angle of 123.93º 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 #51BC58 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB8118888-
CMYK0.5700.530.26
HSL123.93º44.4%52.75%-
HSV(B)123.93º56.91%73.73%-
XYZ23.1438.4215.43-
YUV144.6196.0582.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=22.69%
G=52.66%
B=24.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81188880.5700.530.26123.9344.452.75
Hex51BC58390351A7c2c35
Octal12127413071065321745465
Binary10100011011110010110001110010110101110101111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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