#51A44D

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

Shades of Fruit Salad #51A44D

Tints of Fruit Salad #51A44D

Color information

#51A44D (or 0x51A44D) is unknown color: approx Fruit Salad. HEX triplet: 51, A4 and 4D. RGB value is (81,164,77). Sum of RGB (Red+Green+Blue) = 81+164+77=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #51A44D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A44D is #AE5BB2. Grayscale: #818181. Windows color (decimal): -11426739 or 5088337. OLE color: 5088337.

HSL color Cylindrical-coordinate representation of color #51A44D: hue angle of 117.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51A44D is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB8116477-
CMYK0.5100.530.36
HSL117.24º36.1%47.25%-
HSV(B)117.24º53.05%64.31%-
XYZ18.0128.8411.64-
YUV129.2698.593.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 164 (64.45% from 255) = 50.93%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=25.16%
G=50.93%
B=23.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81164770.5100.530.36117.2436.147.25
Hex51A44D330352475242f
Octal12124411563065441654457
Binary101000110100100100110111001101101011001001110101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,164,77); }

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

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

 a { background-color: rgb(81,164,77); }

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

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

 span { border-color: rgb(81,164,77); }

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