#51AB60

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

Shades of Fruit Salad #51AB60

Tints of Fruit Salad #51AB60

Color information

#51AB60 (or 0x51AB60) is unknown color: approx Fruit Salad. HEX triplet: 51, AB and 60. RGB value is (81,171,96). Sum of RGB (Red+Green+Blue) = 81+171+96=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AB60 is #AE549F. Grayscale: #878787. Windows color (decimal): -11424928 or 6335313. OLE color: 6335313.

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

Color convert

RGB8117196-
CMYK0.5300.440.33
HSL130º35.71%49.41%-
HSV(B)130º52.63%67.06%-
XYZ20.0731.7216.13-
YUV135.54105.6889.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=23.28%
G=49.14%
B=27.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81171960.5300.440.3313035.7149.41
Hex51AB603502C21822431
Octal12125314065054412024461
Binary1010001101010111100000110101010110010000110000010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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