#51A360

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

Shades of Fruit Salad #51A360

Tints of Fruit Salad #51A360

Color information

#51A360 (or 0x51A360) is unknown color: approx Fruit Salad. HEX triplet: 51, A3 and 60. RGB value is (81,163,96). Sum of RGB (Red+Green+Blue) = 81+163+96=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #51A360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A360 is #AE5C9F. Grayscale: #838383. Windows color (decimal): -11426976 or 6333265. OLE color: 6333265.

HSL color Cylindrical-coordinate representation of color #51A360: hue angle of 130.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A360 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB8116396-
CMYK0.5000.410.36
HSL130.98º33.61%47.84%-
HSV(B)130.98º50.31%63.92%-
XYZ18.628.7915.64-
YUV130.84108.3392.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=23.82%
G=47.94%
B=28.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81163960.5000.410.36130.9833.6147.84
Hex51A3603202924832230
Octal12124314062051442034260
Binary1010001101000111100000110010010100110010010000011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,163,96); }

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

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

 a { background-color: rgb(81,163,96); }

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

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

 span { border-color: rgb(81,163,96); }

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