#51A65F

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

Shades of Fruit Salad #51A65F

Tints of Fruit Salad #51A65F

Color information

#51A65F (or 0x51A65F) is unknown color: approx Fruit Salad. HEX triplet: 51, A6 and 5F. RGB value is (81,166,95). Sum of RGB (Red+Green+Blue) = 81+166+95=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #51A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A65F is #AE59A0. Grayscale: #848484. Windows color (decimal): -11426209 or 6268497. OLE color: 6268497.

HSL color Cylindrical-coordinate representation of color #51A65F: hue angle of 129.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A65F is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB8116695-
CMYK0.5100.430.35
HSL129.88º34.41%48.43%-
HSV(B)129.88º51.2%65.1%-
XYZ19.129.8515.58-
YUV132.49106.8491.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=23.68%
G=48.54%
B=27.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81166950.5100.430.35129.8834.4148.43
Hex51A65F3302B23822230
Octal12124613763053432024260
Binary1010001101001101011111110011010101110001110000010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,166,95); }

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

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

 a { background-color: rgb(81,166,95); }

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

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

 span { border-color: rgb(81,166,95); }

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