#51A64D

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

Shades of Fruit Salad #51A64D

Tints of Fruit Salad #51A64D

Color information

#51A64D (or 0x51A64D) is unknown color: approx Fruit Salad. HEX triplet: 51, A6 and 4D. RGB value is (81,166,77). Sum of RGB (Red+Green+Blue) = 81+166+77=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #51A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A64D is #AE59B2. Grayscale: #828282. Windows color (decimal): -11426227 or 5088849. OLE color: 5088849.

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

Color convert

RGB8116677-
CMYK0.5100.540.35
HSL117.3º36.63%47.65%-
HSV(B)117.3º53.61%65.1%-
XYZ18.3729.5611.76-
YUV130.4497.8492.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 51.23%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=25%
G=51.23%
B=23.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81166770.5100.540.35117.336.6347.65
Hex51A64D3303623752530
Octal12124611563066431654560
Binary101000110100110100110111001101101101000111110101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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