#51AB62

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

Shades of Fruit Salad #51AB62

Tints of Fruit Salad #51AB62

Color information

#51AB62 (or 0x51AB62) is unknown color: approx Fruit Salad. HEX triplet: 51, AB and 62. RGB value is (81,171,98). Sum of RGB (Red+Green+Blue) = 81+171+98=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB62 is #AE549D. Grayscale: #878787. Windows color (decimal): -11424926 or 6466385. OLE color: 6466385.

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

Color convert

RGB8117198-
CMYK0.5300.430.33
HSL131.33º35.71%49.41%-
HSV(B)131.33º52.63%67.06%-
XYZ20.1631.7616.62-
YUV135.77106.6888.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 171 (67.19% from 255) = 48.86%
BLUE value IS 98 (38.67% from 255) = 28%
R=23.14%
G=48.86%
B=28%

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
Decimal81171980.5300.430.33131.3335.7149.41
Hex51AB623502B21832431
Octal12125314265053412034461
Binary1010001101010111100010110101010101110000110000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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