#51A44B

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

Shades of Fruit Salad #51A44B

Tints of Fruit Salad #51A44B

Color information

#51A44B (or 0x51A44B) is unknown color: approx Fruit Salad. HEX triplet: 51, A4 and 4B. RGB value is (81,164,75). Sum of RGB (Red+Green+Blue) = 81+164+75=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #51A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51A44B is #AE5BB4. Grayscale: #818181. Windows color (decimal): -11426741 or 4957265. OLE color: 4957265.

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

Color convert

RGB8116475-
CMYK0.5100.540.36
HSL115.96º37.24%46.86%-
HSV(B)115.96º54.27%64.31%-
XYZ17.9428.8111.27-
YUV129.0497.593.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=25.31%
G=51.25%
B=23.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81164750.5100.540.36115.9637.2446.86
Hex51A44B330362474252f
Octal12124411363066441644557
Binary101000110100100100101111001101101101001001110100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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