#51AB61

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

Shades of Fruit Salad #51AB61

Tints of Fruit Salad #51AB61

Color information

#51AB61 (or 0x51AB61) is unknown color: approx Fruit Salad. HEX triplet: 51, AB and 61. RGB value is (81,171,97). Sum of RGB (Red+Green+Blue) = 81+171+97=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB61 is #AE549E. Grayscale: #878787. Windows color (decimal): -11424927 or 6400849. OLE color: 6400849.

HSL color Cylindrical-coordinate representation of color #51AB61: hue angle of 130.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB61 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB8117197-
CMYK0.5300.430.33
HSL130.67º35.71%49.41%-
HSV(B)130.67º52.63%67.06%-
XYZ20.1131.7416.38-
YUV135.65106.1889.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=23.21%
G=49.00%
B=27.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81171970.5300.430.33130.6735.7149.41
Hex51AB613502B21832431
Octal12125314165053412034461
Binary1010001101010111100001110101010101110000110000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,171,97); }

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

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

 a { background-color: rgb(81,171,97); }

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

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

 span { border-color: rgb(81,171,97); }

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