#51AD5A

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

Shades of Fruit Salad #51AD5A

Tints of Fruit Salad #51AD5A

Color information

#51AD5A (or 0x51AD5A) is unknown color: approx Fruit Salad. HEX triplet: 51, AD and 5A. RGB value is (81,173,90). Sum of RGB (Red+Green+Blue) = 81+173+90=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AD5A is #AE52A5. Grayscale: #888888. Windows color (decimal): -11424422 or 5942609. OLE color: 5942609.

HSL color Cylindrical-coordinate representation of color #51AD5A: hue angle of 125.87º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AD5A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB8117390-
CMYK0.5300.480.32
HSL125.87º36.22%49.8%-
HSV(B)125.87º53.18%67.84%-
XYZ20.1832.3714.86-
YUV136.03102.0288.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 173 (67.97% from 255) = 50.29%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=23.55%
G=50.29%
B=26.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81173900.5300.480.32125.8736.2249.8
Hex51AD5A35030207e2432
Octal12125513265060401764462
Binary101000110101101101101011010101100001000001111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,173,90); }

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

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

 a { background-color: rgb(81,173,90); }

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

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

 span { border-color: rgb(81,173,90); }

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