#51B45A

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

Shades of Fruit Salad #51B45A

Tints of Fruit Salad #51B45A

Color information

#51B45A (or 0x51B45A) is unknown color: approx Fruit Salad. HEX triplet: 51, B4 and 5A. RGB value is (81,180,90). Sum of RGB (Red+Green+Blue) = 81+180+90=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #51B45A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B45A is #AE4BA5. Grayscale: #8C8C8C. Windows color (decimal): -11422630 or 5944401. OLE color: 5944401.

HSL color Cylindrical-coordinate representation of color #51B45A: hue angle of 125.45º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B45A is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB8118090-
CMYK0.5500.500.29
HSL125.45º39.76%51.18%-
HSV(B)125.45º55%70.59%-
XYZ21.5635.1315.32-
YUV140.1499.785.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.08%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=23.08%
G=51.28%
B=25.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81180900.5500.500.29125.4539.7651.18
Hex51B45A370321D7d2833
Octal12126413267062351755063
Binary10100011011010010110101101110110010111011111101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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