#51A358

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

Shades of Fruit Salad #51A358

Tints of Fruit Salad #51A358

Color information

#51A358 (or 0x51A358) is unknown color: approx Fruit Salad. HEX triplet: 51, A3 and 58. RGB value is (81,163,88). Sum of RGB (Red+Green+Blue) = 81+163+88=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #51A358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51A358 is #AE5CA7. Grayscale: #828282. Windows color (decimal): -11426984 or 5808977. OLE color: 5808977.

HSL color Cylindrical-coordinate representation of color #51A358: hue angle of 125.12º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A358 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB8116388-
CMYK0.5000.460.36
HSL125.12º33.61%47.84%-
HSV(B)125.12º50.31%63.92%-
XYZ18.2528.6513.8-
YUV129.93104.3393.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=24.40%
G=49.10%
B=26.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81163880.5000.460.36125.1233.6147.84
Hex51A3583202E247d2230
Octal12124313062056441754260
Binary101000110100011101100011001001011101001001111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,163,88); }

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

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

 a { background-color: rgb(81,163,88); }

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

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

 span { border-color: rgb(81,163,88); }

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