#51a64c

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

Shades of Fruit Salad #51A64C

Tints of Fruit Salad #51A64C

Color information

#51A64C (or 0x51A64C) is unknown color: approx Fruit Salad. HEX triplet: 51, A6 and 4C. RGB value is (81,166,76). Sum of RGB (Red+Green+Blue) = 81+166+76=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #51A64C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A64C is #AE59B3. Grayscale: #828282. Windows color (decimal): -11426228 or 5023313. OLE color: 5023313.

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

Color convert

RGB8116676-
CMYK0.5100.540.35
HSL116.67º37.19%47.45%-
HSV(B)116.67º54.22%65.1%-
XYZ18.3329.5411.57-
YUV130.3297.3492.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 166 (65.23% from 255) = 51.39%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=25.08%
G=51.39%
B=23.53%

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
Decimal81166760.5100.540.35116.6737.1947.45
Hex51A64C330362375252f
Octal12124611463066431654557
Binary101000110100110100110011001101101101000111110101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51a64c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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