#51B25E

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

Shades of Fruit Salad #51B25E

Tints of Fruit Salad #51B25E

Color information

#51B25E (or 0x51B25E) is unknown color: approx Fruit Salad. HEX triplet: 51, B2 and 5E. RGB value is (81,178,94). Sum of RGB (Red+Green+Blue) = 81+178+94=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #51B25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51B25E is #AE4DA1. Grayscale: #8B8B8B. Windows color (decimal): -11423138 or 6206033. OLE color: 6206033.

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

Color convert

RGB8117894-
CMYK0.5400.470.30
HSL128.04º38.65%50.78%-
HSV(B)128.04º54.49%69.8%-
XYZ21.3334.416.1-
YUV139.42102.3686.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 178 (69.92% from 255) = 50.42%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=22.95%
G=50.42%
B=26.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81178940.5400.470.30128.0438.6550.78
Hex51B25E3602F1E802733
Octal12126213666057362004763
Binary101000110110010101111011011001011111111010000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,178,94); }

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

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

 a { background-color: rgb(81,178,94); }

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

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

 span { border-color: rgb(81,178,94); }

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