#51AF5C

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

Shades of Fruit Salad #51AF5C

Tints of Fruit Salad #51AF5C

Color information

#51AF5C (or 0x51AF5C) is unknown color: approx Fruit Salad. HEX triplet: 51, AF and 5C. RGB value is (81,175,92). Sum of RGB (Red+Green+Blue) = 81+175+92=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF5C is #AE50A3. Grayscale: #898989. Windows color (decimal): -11423908 or 6074193. OLE color: 6074193.

HSL color Cylindrical-coordinate representation of color #51AF5C: hue angle of 127.02º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF5C is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB8117592-
CMYK0.5400.470.31
HSL127.02º37.01%50.2%-
HSV(B)127.02º53.71%68.63%-
XYZ20.6633.1815.44-
YUV137.43102.3687.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 175 (68.75% from 255) = 50.29%
BLUE value IS 92 (36.33% from 255) = 26.44%
R=23.28%
G=50.29%
B=26.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81175920.5400.470.31127.0237.0150.2
Hex51AF5C3602F1F7f2532
Octal12125713466057371774562
Binary10100011010111110111001101100101111111111111111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,175,92); }

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

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

 a { background-color: rgb(81,175,92); }

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

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

 span { border-color: rgb(81,175,92); }

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